Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 1;
    
    ...
    }
    
    use_ok( Catalyst::Test, 'LinkDB' );
    
  2. or download this
    1..1
    not ok 1 - use Catalyst::Test;
    ...
    # " at /usr/local/share/perl/5.8.4/Catalyst/Test.pm line 80.
    # BEGIN failed--compilation aborted at (eval 5) line 2.
    # Looks like you failed 1 test of 1.