[Rt-commit] [svn] r1066 - Text-Quoted

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Mon Jun 14 15:27:26 EDT 2004


Author: jesse
Date: Mon Jun 14 15:27:26 2004
New Revision: 1066

Added:
   Text-Quoted/META.yml
Modified:
   Text-Quoted/Makefile.PL
   Text-Quoted/Quoted.pm
   Text-Quoted/README
Log:
Initial updates. Change current author, update copyright per previous author instructions.

Added: Text-Quoted/META.yml
==============================================================================
--- (empty file)
+++ Text-Quoted/META.yml	Mon Jun 14 15:27:26 2004
@@ -0,0 +1,12 @@
+name: Text-Quoted
+module_name: Text::Quoted
+version: 1.5
+author: Jesse Vincent <jesse at bestpractical.com>
+license: perl
+distribution_type: module
+requires:
+  Text::Autoformat: 0
+no_index:
+  directory:
+    - inc
+generated_by: Module::Install version 0.33

Modified: Text-Quoted/Makefile.PL
==============================================================================
--- Text-Quoted/Makefile.PL	(original)
+++ Text-Quoted/Makefile.PL	Mon Jun 14 15:27:26 2004
@@ -1,14 +1,12 @@
 use 5.006;
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
+use  inc::Module::Install;
+license('perl');
 WriteMakefile(
     'NAME'		=> 'Text::Quoted',
     'VERSION_FROM'	=> 'Quoted.pm', # finds $VERSION
     'PREREQ_PM'		=> {
         Text::Autoformat => 0
     }, # e.g., Module::Name => 1.1
-    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM => 'Quoted.pm', # retrieve abstract from module
-       AUTHOR     => 'Simon Cozens <simon at kasei.com>') : ()),
+      ABSTRACT_FROM => 'Quoted.pm', # retrieve abstract from module
+       AUTHOR     => 'Jesse Vincent <jesse at bestpractical.com>'
 );

Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm	(original)
+++ Text-Quoted/Quoted.pm	Mon Jun 14 15:27:26 2004
@@ -1,5 +1,5 @@
 package Text::Quoted;
-our $VERSION = "1.5";
+our $VERSION = "1.6";
 use 5.006;
 use strict;
 use warnings;
@@ -76,12 +76,15 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2002 Kasei Limited
+Copyright (C) 2002-2003 Kasei Limited
+Copyright (C) 2003-2004 Simon Cozens
+Copyright (C) 2004 Best Practical Solutions
 
 This software is distributed WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-It may be used and redistributed under the terms of the Artistic License.
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself. 
 
 =cut
 

Modified: Text-Quoted/README
==============================================================================
--- Text-Quoted/README	(original)
+++ Text-Quoted/README	Mon Jun 14 15:27:26 2004
@@ -25,11 +25,10 @@
 
 This module requires these other modules and libraries:
 
-  blah blah blah
+	Text::AutoFormat
 
 COPYRIGHT AND LICENCE
 
-Put the correct copyright and licence information here.
 
 Copyright (C) 2002 Simon Cozens
 


More information about the Rt-commit mailing list