IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6473


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

rename DataStore::Parser -> DataStore::FileSet::Parser

Location:
trunk/DataStore
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/Build.PL

    r6471 r6473  
    44Module::Build->new(
    55    module_name         => 'DataStore',
    6     dist_version_from   => 'lib/DataStore/Parser.pm',
     6    dist_version_from   => 'lib/DataStore/FileSet/Parser.pm',
    77    author              => 'Joshua Hoblitt <jhoblitt@cpan.org>',
    88    license             => 'gpl',
  • trunk/DataStore/MANIFEST

    r6471 r6473  
    66Build.PL
    77Makefile.PL
    8 lib/DataStore/Parser.pm
     8lib/DataStore/FileSet/Parser.pm
    99t/00_distribution.t
    1010t/01_load.t
  • trunk/DataStore/t/01_load.t

    r6471 r6473  
    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
    7 BEGIN { use_ok( 'DataStore::Parser' ); }
     7BEGIN { use_ok( 'DataStore::FileSet::Parser' ); }
    88
    9 my $object = DataStore::Parser->new ();
    10 isa_ok ($object, 'DataStore::Parser');
    11 
    12 
Note: See TracChangeset for help on using the changeset viewer.