r41289 - in /branches/upstream/libxml-generator-perl/current: Changes Generator.pm META.yml README

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 4 01:22:19 UTC 2009


Author: jawnsy-guest
Date: Tue Aug  4 01:22:13 2009
New Revision: 41289

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

Modified:
    branches/upstream/libxml-generator-perl/current/Changes
    branches/upstream/libxml-generator-perl/current/Generator.pm
    branches/upstream/libxml-generator-perl/current/META.yml
    branches/upstream/libxml-generator-perl/current/README

Modified: branches/upstream/libxml-generator-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-generator-perl/current/Changes?rev=41289&op=diff
==============================================================================
--- branches/upstream/libxml-generator-perl/current/Changes (original)
+++ branches/upstream/libxml-generator-perl/current/Changes Tue Aug  4 01:22:13 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension XML::Generator.
+
+1.03     Thu Jul 30 17:02:00 2009
+    - Version bump because somebody released an unauthorized XML-Generator-1.02
 
 1.01     Tue Jul 8  11:45:00 2007
 	- Documentation cleanup.

Modified: branches/upstream/libxml-generator-perl/current/Generator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-generator-perl/current/Generator.pm?rev=41289&op=diff
==============================================================================
--- branches/upstream/libxml-generator-perl/current/Generator.pm (original)
+++ branches/upstream/libxml-generator-perl/current/Generator.pm Tue Aug  4 01:22:13 2009
@@ -4,7 +4,7 @@
 use Carp;
 use vars qw/$VERSION $AUTOLOAD/;
 
-$VERSION = '1.01';
+$VERSION = '1.03';
 
 =head1 NAME
 

Modified: branches/upstream/libxml-generator-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-generator-perl/current/META.yml?rev=41289&op=diff
==============================================================================
--- branches/upstream/libxml-generator-perl/current/META.yml (original)
+++ branches/upstream/libxml-generator-perl/current/META.yml Tue Aug  4 01:22:13 2009
@@ -1,10 +1,18 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         XML-Generator
-version:      1.01
-version_from: Generator.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:               XML-Generator
+version:            1.03
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libxml-generator-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-generator-perl/current/README?rev=41289&op=diff
==============================================================================
--- branches/upstream/libxml-generator-perl/current/README (original)
+++ branches/upstream/libxml-generator-perl/current/README Tue Aug  4 01:22:13 2009
@@ -20,6 +20,9 @@
 RECENT CHANGES
 ------ -------
 
+1.03     Thu Jul 30 17:02:00 2009
+    - Version bump because somebody released an unauthorized XML-Generator-1.02
+
 1.01     Tue Jul 8  11:45:00 2007
 	- Documentation cleanup.
 
@@ -35,6 +38,6 @@
 
 COPYRIGHT
 ---------
-Copyright 1999-2007 Benjamin Holzman. All rights reserved.
+Copyright 1999-2009 Benjamin Holzman. All rights reserved.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.




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