[Rt-commit] r3253 - Text-Quoted

jesse at bestpractical.com jesse at bestpractical.com
Fri Jun 24 15:35:16 EDT 2005


Author: jesse
Date: Fri Jun 24 15:35:16 2005
New Revision: 3253

Modified:
   Text-Quoted/Changes
   Text-Quoted/MANIFEST
   Text-Quoted/Quoted.pm
Log:
* Manifest cleanup from Mike Castle - 1.9

Modified: Text-Quoted/Changes
==============================================================================
--- Text-Quoted/Changes	(original)
+++ Text-Quoted/Changes	Fri Jun 24 15:35:16 2005
@@ -1,5 +1,8 @@
 Revision history for Perl extension Text::Quoted.
 
+1.9  Fri Jun 24 15:34:46 EDT 2005
+	- Manifest cleanup. From Mike Castle
+
 1.8  Thu Jul  1 23:21:14 EDT 2004
         - Fix handling for the case where we we're quoting
 	  a false but defined string. From Stephen Quinney.

Modified: Text-Quoted/MANIFEST
==============================================================================
--- Text-Quoted/MANIFEST	(original)
+++ Text-Quoted/MANIFEST	Fri Jun 24 15:35:16 2005
@@ -4,11 +4,9 @@
 inc/Module/Install/Makefile.pm
 inc/Module/Install/MakeMaker.pm
 inc/Module/Install/Metadata.pm
-Makefile
 Makefile.PL
 MANIFEST			This list of files
 META.yml
-pm_to_blib
 Quoted.pm
 README
 t/1.t

Modified: Text-Quoted/Quoted.pm
==============================================================================
--- Text-Quoted/Quoted.pm	(original)
+++ Text-Quoted/Quoted.pm	Fri Jun 24 15:35:16 2005
@@ -1,5 +1,5 @@
 package Text::Quoted;
-our $VERSION = "1.8";
+our $VERSION = "1.9";
 use 5.006;
 use strict;
 use warnings;


More information about the Rt-commit mailing list