[Bps-public-commit] r9299 - Text-Quoted

ruz at bestpractical.com ruz at bestpractical.com
Fri Oct 12 21:14:00 EDT 2007


Author: ruz
Date: Fri Oct 12 21:14:00 2007
New Revision: 9299

Modified:
   Text-Quoted/META.yml
   Text-Quoted/Makefile.PL

Log:
* update Makefile and META

Modified: Text-Quoted/META.yml
==============================================================================
--- Text-Quoted/META.yml	(original)
+++ Text-Quoted/META.yml	Fri Oct 12 21:14:00 2007
@@ -1,8 +1,12 @@
+--- 
+abstract: Extract the structure of a quoted mail message
 author: Jesse Vincent <jesse at bestpractical.com>
 distribution_type: module
-generated_by: Module::Install version 0.64
+generated_by: Module::Install version 0.67
 license: perl
-module_name: Text::Quoted
+meta-spec: 
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
+  version: 1.3
 name: Text-Quoted
 no_index: 
   directory: 
@@ -11,4 +15,5 @@
 requires: 
   Text::Autoformat: 0
   Text::Tabs: 0
+  perl: 5.6.0
 version: 2.02

Modified: Text-Quoted/Makefile.PL
==============================================================================
--- Text-Quoted/Makefile.PL	(original)
+++ Text-Quoted/Makefile.PL	Fri Oct 12 21:14:00 2007
@@ -1,13 +1,13 @@
 use 5.006;
-use  inc::Module::Install;
-license('perl');
-WriteMakefile(
-    'NAME'		=> 'Text::Quoted',
-    'VERSION_FROM'	=> 'Quoted.pm', # finds $VERSION
-    'PREREQ_PM'		=> {
-        Text::Autoformat => 0,
-	Text::Tabs => 0
-    }, # e.g., Module::Name => 1.1
-      ABSTRACT_FROM => 'Quoted.pm', # retrieve abstract from module
-       AUTHOR     => 'Jesse Vincent <jesse at bestpractical.com>'
-);
+use inc::Module::Install;
+
+name        'Text-Quoted';
+license     'perl';
+author       'Jesse Vincent <jesse at bestpractical.com>';
+
+all_from    'Quoted.pm';
+
+requires    'Text::Autoformat';
+requires    'Text::Tabs';
+
+WriteAll;



More information about the Bps-public-commit mailing list