Skip to content

Commit

Permalink
Rename to MARC::Record::Generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ctfliblime committed Jun 21, 2012
1 parent 9ed6fd4 commit 82fcfb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = MARC-File-Generic
name = MARC-Record-Generic
author = Clay Fouts <cfouts@khephera.net>
license = Perl_5
copyright_holder = Clay Fouts
Expand Down
4 changes: 3 additions & 1 deletion lib/MARC/File/Generic.pm → lib/MARC/Record/Generic.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package MARC::File::Generic;
package MARC::Record::Generic;

# ABSTRACT: read/write MARC data into Perl hashes

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/001-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Test::More;

BEGIN {
use_ok 'MARC::File::Generic';
use_ok 'MARC::Record::Generic';
}

my $data = {
Expand Down

0 comments on commit 82fcfb7

Please sign in to comment.