Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7304
Modified Files:
Build.PL Changes
Log Message:
Use Pod::Readme instead of Pod::Text to generate README
Index: Build.PL
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Build.PL,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Build.PL 6 Feb 2005 13:33:44 -0000 1.53
+++ Build.PL 7 Jun 2005 21:40:11 -0000 1.54
@@ -39,7 +39,7 @@
'Archive::Tar' => '1.08',
'ExtUtils::Install' => 0.30,
'ExtUtils::ParseXS' => 2.02,
- 'Pod::Text' => 0,
+ 'Pod::Readme' => 0.04,
'Module::Signature' => 0.21,
},
build_requires => {
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -d -r1.343 -r1.344
--- Changes 3 Jun 2005 16:50:37 -0000 1.343
+++ Changes 7 Jun 2005 21:40:11 -0000 1.344
@@ -18,6 +18,9 @@
places, and help people not to panic when they look at it. [Spotted
by Yves]
+ - We now use Pod::Readme instead of Pod::Text to generate the README
+ file when the 'create_readme' option is used. [Robert Rothenberg]
+
0.27_01 (Beta for 0.28) Fri Apr 15 21:12:57 CDT 2005
Backward-incompatible (but better) changes:
|