IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5208


Ignore:
Timestamp:
Sep 29, 2005, 5:30:10 PM (21 years ago)
Author:
jhoblitt
Message:

we don't have a constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-MetaDB/t/01_load.t

    r5080 r5208  
    33# t/001_load.t - check module loading and create testing directory
    44
    5 use Test::More tests => 2;
     5use Test::More tests => 1;
    66
    77BEGIN { use_ok( 'PS::IPP::MetaDB' ); }
    8 
    9 my $object = PS::IPP::MetaDB->new ();
    10 isa_ok ($object, 'PS::IPP::MetaDB');
    11 
    12 
Note: See TracChangeset for help on using the changeset viewer.