r27728 - in /branches/upstream/libxml-writer-perl/current: Changes META.yml Makefile.PL Writer.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Dec 4 19:53:02 UTC 2008


Author: bricas-guest
Date: Thu Dec  4 19:52:58 2008
New Revision: 27728

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27728
Log:
[svn-upgrade] Integrating new upstream version, libxml-writer-perl (0.606)

Modified:
    branches/upstream/libxml-writer-perl/current/Changes
    branches/upstream/libxml-writer-perl/current/META.yml
    branches/upstream/libxml-writer-perl/current/Makefile.PL
    branches/upstream/libxml-writer-perl/current/Writer.pm

Modified: branches/upstream/libxml-writer-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-writer-perl/current/Changes?rev=27728&op=diff
==============================================================================
--- branches/upstream/libxml-writer-perl/current/Changes (original)
+++ branches/upstream/libxml-writer-perl/current/Changes Thu Dec  4 19:52:58 2008
@@ -1,4 +1,7 @@
 Revision history for Perl extension XML::Writer.
+
+0.606 Wed Dec  3 00:09:34 GMT 2008    <joe at kafsemo.org>
+        - Ensure META.yml spec version matches URL.
 
 0.605 Mon Dec  1 23:01:21 GMT 2008    <joe at kafsemo.org>
         - Use MIT license, formalising David Megginson's original

Modified: branches/upstream/libxml-writer-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-writer-perl/current/META.yml?rev=27728&op=diff
==============================================================================
--- branches/upstream/libxml-writer-perl/current/META.yml (original)
+++ branches/upstream/libxml-writer-perl/current/META.yml Thu Dec  4 19:52:58 2008
@@ -1,9 +1,9 @@
 --- #YAML:1.0
 meta-spec:
-  version: 1.2
+  version: 1.3
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
 name:         XML-Writer
-version:      0.605
+version:      0.606
 abstract:     Easily generate well-formed, namespace-aware XML.
 author:
   - David Megginson <david at megginson.com>

Modified: branches/upstream/libxml-writer-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-writer-perl/current/Makefile.PL?rev=27728&op=diff
==============================================================================
--- branches/upstream/libxml-writer-perl/current/Makefile.PL (original)
+++ branches/upstream/libxml-writer-perl/current/Makefile.PL Thu Dec  4 19:52:58 2008
@@ -7,7 +7,7 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
     'NAME'    => 'XML::Writer',
-    'VERSION' => '0.605',
+    'VERSION' => '0.606',
 
     # A manually-created META.yml has all the other metadata;
     #  we don't want it overwritten

Modified: branches/upstream/libxml-writer-perl/current/Writer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-writer-perl/current/Writer.pm?rev=27728&op=diff
==============================================================================
--- branches/upstream/libxml-writer-perl/current/Writer.pm (original)
+++ branches/upstream/libxml-writer-perl/current/Writer.pm Thu Dec  4 19:52:58 2008
@@ -4,7 +4,7 @@
 # Copyright (c) 2004, 2005 by Joseph Walton <joe at kafsemo.org>.
 # No warranty.  Commercial and non-commercial use freely permitted.
 #
-# $Id: Writer.pm 193 2008-12-01 23:15:17Z josephw $
+# $Id: Writer.pm 197 2008-12-03 00:15:55Z josephw $
 ########################################################################
 
 package XML::Writer;
@@ -15,7 +15,7 @@
 use vars qw($VERSION);
 use Carp;
 use IO::Handle;
-$VERSION = "0.605";
+$VERSION = "0.606";
 
 
 




More information about the Pkg-perl-cvs-commits mailing list