IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6475


Ignore:
Timestamp:
Feb 23, 2006, 5:14:29 PM (20 years ago)
Author:
jhoblitt
Message:

add DataStore::File::Parser (copy of DateStore::FileSet::Parser)

Location:
trunk/DataStore
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/MANIFEST

    r6473 r6475  
    66Build.PL
    77Makefile.PL
     8lib/DataStore/File/Parser.pm
    89lib/DataStore/FileSet/Parser.pm
    910t/00_distribution.t
  • trunk/DataStore/t/01_load.t

    r6473 r6475  
    33# t/001_load.t - check module loading and create testing directory
    44
    5 use Test::More tests => 1;
     5use Test::More tests => 2;
    66
     7BEGIN { use_ok( 'DataStore::File::Parser' ); }
    78BEGIN { use_ok( 'DataStore::FileSet::Parser' ); }
    89
Note: See TracChangeset for help on using the changeset viewer.