[libxml-dt-perl] 01/08: Imported Upstream version 0.67

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 03:21:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-dt-perl.

commit 9da7d33c6a48e67716d869e3ccb65180b4299cf2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Jul 24 00:11:34 2015 -0300

    Imported Upstream version 0.67
---
 Changes       |  5 ++++-
 META.json     | 11 +++++++++--
 META.yml      |  6 ++++--
 Makefile.PL   | 37 +++++++++++++++++++++++++------------
 lib/XML/DT.pm |  2 +-
 5 files changed, 43 insertions(+), 18 deletions(-)

diff --git a/Changes b/Changes
index f6a1d6f..699ba87 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,10 @@
 Revision history for Perl extension XML::DT.
 
+0.67  Mar 15, 2015
+       - Link to public SVN repo (thanks Gabor Szabo for pushing)
+
 0.66  Aug 15, 2014
-	   - fix part of the fix that wasn't fixed (Debian community)
+       - fix part of the fix that wasn't fixed (Debian community)
 
 0.65  Aug 1, 2014
        - fix the fix
diff --git a/META.json b/META.json
index f5c5f8a..1c3d030 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Jose Joao <jj at di.uminho.pt>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
    "license" : [
       "perl_5"
    ],
@@ -43,5 +43,12 @@
       }
    },
    "release_status" : "stable",
-   "version" : "0.66"
+   "resources" : {
+      "repository" : {
+         "type" : "svn",
+         "url" : "https://natura.di.uminho.pt/svn/main/xml/XML-DT",
+         "web" : "https://natura.di.uminho.pt/svn/main/xml/XML-DT"
+      }
+   },
+   "version" : "0.67"
 }
diff --git a/META.yml b/META.yml
index 819c82b..d82f574 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,6 @@ requires:
   XML::DTDParser: '2.00'
   XML::LibXML: '1.54'
   parent: '0'
-version: '0.66'
+resources:
+  repository: https://natura.di.uminho.pt/svn/main/xml/XML-DT
+version: '0.67'
diff --git a/Makefile.PL b/Makefile.PL
index beb2708..982c64e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,21 +5,34 @@ use ExtUtils::MakeMaker;
 
 %req_modules = (
 		'ExtUtils::MakeMaker' => '6.17',
-		'Test::More' => '0.40',
-		'LWP::Simple' => '1.35',
-		'XML::DTDParser' => '2.00',
-                'XML::LibXML' => '1.54',
-				'parent' => '0',
-                'Scalar::Util' => '0',
+		'Test::More'          => '0.40',
+		'LWP::Simple'         => '1.35',
+		'XML::DTDParser'      => '2.00',
+                'XML::LibXML'         => '1.54',
+                'parent'              => '0',
+                'Scalar::Util'        => '0',
 	       );
 
+%meta_merge =
+  (
+   'meta-spec' => { version => 2 },
+   resources => {
+                 repository => {
+                                type => 'svn',
+                                url => 'https://natura.di.uminho.pt/svn/main/xml/XML-DT',
+                                web => 'https://natura.di.uminho.pt/svn/main/xml/XML-DT',
+                               },
+                },
+  );
+
 WriteMakefile(
-	      'NAME'         => 'XML::DT',
-	      'VERSION_FROM' => 'lib/XML/DT.pm',
-	      'EXE_FILES'    => [ "mkdtskel", "mkdtdskel", "mkxmltype" ],
-	      'PM_FILTER'    => $PM_FILTER,
-	      'PREREQ_PM'    => \%req_modules,
-              'LICENSE'		=> 'perl',
+	      'NAME'          => 'XML::DT',
+	      'VERSION_FROM'  => 'lib/XML/DT.pm',
+	      'EXE_FILES'     => [ "mkdtskel", "mkdtdskel", "mkxmltype" ],
+	      'PM_FILTER'     => $PM_FILTER,
+	      'PREREQ_PM'     => \%req_modules,
+              'META_MERGE'    => \%meta_merge,
+              'LICENSE'	      => 'perl',
 	      ($] >= 5.005 ?
 	       (ABSTRACT_FROM => 'lib/XML/DT.pm',
 	        AUTHOR        => 'Jose Joao <jj at di.uminho.pt>') : ()
diff --git a/lib/XML/DT.pm b/lib/XML/DT.pm
index 565b6d8..d00bd1a 100644
--- a/lib/XML/DT.pm
+++ b/lib/XML/DT.pm
@@ -23,7 +23,7 @@ our @EXPORT = qw(&dt &dtstring &dturl &inctxt &ctxt &mkdtskel &inpath
                  @dtatributes @dtattributes &pathdt &pathdtstring
                  &father &gfather &ggfather &root);
 
-our $VERSION = '0.66';
+our $VERSION = '0.67';
 
 =encoding utf-8
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-dt-perl.git



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