remove WebPAC::Output::Webpacus which depends on optional Jifty
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 22 Sep 2008 15:06:06 +0000 (15:06 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 22 Sep 2008 15:06:06 +0000 (15:06 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1113 07558da8-63fa-0310-ba24-9fe276d99e06

t/0-load.t

index 3b01489..2d1be56 100644 (file)
@@ -2,7 +2,7 @@
 
 use strict;
 
-use Test::More tests => 15;
+use Test::More tests => 14;
 use blib;
 use lib 'lib';
 
@@ -21,7 +21,7 @@ use_ok( 'WebPAC::Output::TT' );
 use_ok( 'WebPAC::Output::MARC' );
 use_ok( 'WebPAC::Output::JSON' );
 use_ok( 'WebPAC::Output::KinoSearch' );
-use_ok( 'WebPAC::Output::Webpacus' );
+#use_ok( 'WebPAC::Output::Webpacus' ); # needs Jifty which is optional
 }
 
 diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );