From 7d7050d2aa6010d484860a54425a9ceff781283c Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 23 Sep 2010 12:55:35 +0000 Subject: [PATCH] move Fast.pm into lib/MARC/Fast.pm git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/MARC-Fast/trunk@39 49f9634a-d7ec-0310-8e6b-ec35c6cc8804 --- Makefile.PL | 2 +- Fast.pm => lib/MARC/Fast.pm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Fast.pm => lib/MARC/Fast.pm (100%) diff --git a/Makefile.PL b/Makefile.PL index f145e17..a82bb28 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; # the contents of the Makefile that is written. WriteMakefile( NAME => 'MARC::Fast', - VERSION_FROM => 'Fast.pm', # finds $VERSION + VERSION_FROM => 'lib/MARC/Fast.pm', # finds $VERSION AUTHOR => 'Dobrica Pavlinusic (dpavlin@rot13.org)', ABSTRACT => '', PREREQ_PM => { diff --git a/Fast.pm b/lib/MARC/Fast.pm similarity index 100% rename from Fast.pm rename to lib/MARC/Fast.pm -- 2.20.1