From: Grant M. <gr...@us...> - 2002-11-06 08:00:11
|
Update of /cvsroot/perl-xml/xml-simple In directory usw-pr-cvs1:/tmp/cvs-serv11169 Modified Files: Makefile.PL Log Message: - fixed path to Simple.pm - fixed email address Index: Makefile.PL =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Makefile.PL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.PL 5 Feb 2002 22:19:18 -0000 1.3 +++ Makefile.PL 6 Nov 2002 08:00:07 -0000 1.4 @@ -61,11 +61,11 @@ WriteMakefile( 'NAME' => 'XML::Simple', - 'VERSION_FROM' => 'Simple.pm', + 'VERSION_FROM' => 'lib/XML/Simple.pm', 'DISTNAME' => 'XML-Simple', 'dist' => { COMPRESS => 'gzip --best', SUFFIX => 'gz' }, ($] >= 5.005 ? ( - 'AUTHOR' => 'Grant McLean <gr...@we...>', - 'ABSTRACT_FROM' => 'Simple.pm', + 'AUTHOR' => 'Grant McLean <gr...@cp...>', + 'ABSTRACT_FROM' => 'lib/XML/Simple.pm', ) : () ) ); |