diff -Nru libshell-perl-0.72.01/Changes libshell-perl-0.73/Changes --- libshell-perl-0.72.01/Changes 2009-09-30 15:40:11.000000000 +0000 +++ libshell-perl-0.73/Changes 2016-01-03 20:49:52.000000000 +0000 @@ -1,6 +1,10 @@ Revision history for Shell. +0.73 Sun Jan 3 2016 + - INSTALLDIRS should be 'site' for Perl 5.11+ (CPAN #50729) + - fix podchecker warnings (CPAN #64924) + 0.72_01 Wed Sep 30 2009 - sync with blead diff -Nru libshell-perl-0.72.01/debian/changelog libshell-perl-0.73/debian/changelog --- libshell-perl-0.72.01/debian/changelog 2012-02-25 19:04:56.000000000 +0000 +++ libshell-perl-0.73/debian/changelog 2016-01-18 20:48:46.000000000 +0000 @@ -1,3 +1,31 @@ +libshell-perl (0.73-1) unstable; urgency=low + + * Team upload. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Axel Beckert ] + * debian/watch: Also track development versions, also check + search.cpan.org for that. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ gregor herrmann ] + * New upstream release. + * Add debian/upstream/metadata + * Mark package as autopkgtest-able. + * Declare compliance with Debian Policy 3.9.6. + * Bump debhelper compatibility level to 9. + * Mention module name in long description. + + -- gregor herrmann Mon, 18 Jan 2016 21:48:23 +0100 + libshell-perl (0.72.01-1) unstable; urgency=low * Team upload. diff -Nru libshell-perl-0.72.01/debian/compat libshell-perl-0.73/debian/compat --- libshell-perl-0.72.01/debian/compat 2012-02-25 19:04:56.000000000 +0000 +++ libshell-perl-0.73/debian/compat 2016-01-18 20:48:46.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru libshell-perl-0.72.01/debian/control libshell-perl-0.73/debian/control --- libshell-perl-0.72.01/debian/control 2012-02-25 19:04:56.000000000 +0000 +++ libshell-perl-0.73/debian/control 2016-01-18 20:48:46.000000000 +0000 @@ -1,19 +1,21 @@ Source: libshell-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 7) Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves -Standards-Version: 3.9.3 -Homepage: http://search.cpan.org/dist/Shell/ -Vcs-Git: git://git.debian.org/pkg-perl/packages/libshell-perl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libshell-perl.git +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libshell-perl.git +Homepage: https://metacpan.org/release/Shell Package: libshell-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: run shell commands transparently within perl - This package is included as a show case, illustrating a few Perl features. + The Shell module is a show case, illustrating a few Perl features. It shouldn't be used for production programs. Although it does provide a simple interface for obtaining the standard output of arbitrary commands, there may be better ways of achieving what you need. diff -Nru libshell-perl-0.72.01/debian/copyright libshell-perl-0.73/debian/copyright --- libshell-perl-0.72.01/debian/copyright 2012-02-25 19:04:56.000000000 +0000 +++ libshell-perl-0.73/debian/copyright 2016-01-18 20:48:46.000000000 +0000 @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Shell Upstream-Contact: Adriano Ferreira -Source: http://search.cpan.org/dist/Shell/ +Source: https://metacpan.org/release/Shell Files: * Copyright: Copyright (C) 2005 by Perl 5 Porters @@ -26,4 +26,3 @@ . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' - diff -Nru libshell-perl-0.72.01/debian/upstream/metadata libshell-perl-0.73/debian/upstream/metadata --- libshell-perl-0.72.01/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libshell-perl-0.73/debian/upstream/metadata 2016-01-18 20:48:46.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Archive: CPAN +Contact: unknown +Name: Shell +Repository: http://github.com/aferreira/cpan-Shell diff -Nru libshell-perl-0.72.01/debian/watch libshell-perl-0.73/debian/watch --- libshell-perl-0.72.01/debian/watch 2012-02-25 19:04:56.000000000 +0000 +++ libshell-perl-0.73/debian/watch 2016-01-18 20:48:46.000000000 +0000 @@ -1,2 +1,12 @@ version=3 -http://search.cpan.org/dist/Shell/ .*/Shell-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ + +# pkg-perl by default tracks versions at metacpan.org +opts=uversionmangle=s/_/./ \ +https://metacpan.org/release/Shell .*/Shell-v?(\d[\d._-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ + +# But metacpan.org doesn't show development versions (but may in the +# future), hence for now we also add search.cpan.org, so we can track +# them, too. (Can be removed if we don't want to track them anymore +# somewhen in the future.) +opts=uversionmangle=s/_/./ \ +http://search.cpan.org/dist/Shell/ .*/Shell-v?(\d[\d._-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libshell-perl-0.72.01/Makefile.PL libshell-perl-0.73/Makefile.PL --- libshell-perl-0.72.01/Makefile.PL 2009-09-30 13:32:24.000000000 +0000 +++ libshell-perl-0.73/Makefile.PL 2016-01-03 20:55:11.000000000 +0000 @@ -6,7 +6,7 @@ WriteMakefile( NAME => 'Shell', VERSION_FROM => 'Shell.pm', - INSTALLDIRS => 'perl', + INSTALLDIRS => ($] >= 5.011 ? 'site' : 'perl'), PREREQ_PM => { 'Test::More' => 0, }, @@ -15,6 +15,13 @@ ) : ()), ($EUMM_VERSION >= 6.31 ? ( LICENSE => 'perl', - ) :()) + ) :()), + ($EUMM_VERSION > 6.4501 ? ( + META_MERGE => { + resources => { + repository => 'http://github.com/aferreira/cpan-Shell', + } + }, + ) : ()), ); diff -Nru libshell-perl-0.72.01/MANIFEST libshell-perl-0.73/MANIFEST --- libshell-perl-0.72.01/MANIFEST 2009-09-30 13:32:24.000000000 +0000 +++ libshell-perl-0.73/MANIFEST 2016-01-03 20:57:13.000000000 +0000 @@ -9,3 +9,4 @@ t/99_pod.t META.yml Module meta-data (added by MakeMaker) +META.json Module JSON meta-data (added by MakeMaker) diff -Nru libshell-perl-0.72.01/META.json libshell-perl-0.73/META.json --- libshell-perl-0.72.01/META.json 1970-01-01 00:00:00.000000000 +0000 +++ libshell-perl-0.73/META.json 2016-01-03 20:57:13.000000000 +0000 @@ -0,0 +1,46 @@ +{ + "abstract" : "run shell commands transparently within perl", + "author" : [ + "unknown" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Shell", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Test::More" : "0" + } + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "url" : "http://github.com/aferreira/cpan-Shell" + } + }, + "version" : "0.73" +} diff -Nru libshell-perl-0.72.01/META.yml libshell-perl-0.73/META.yml --- libshell-perl-0.72.01/META.yml 2009-09-30 15:40:33.000000000 +0000 +++ libshell-perl-0.73/META.yml 2016-01-03 20:57:13.000000000 +0000 @@ -1,21 +1,24 @@ ---- #YAML:1.0 -name: Shell -version: 0.72_01 -abstract: run shell commands transparently within perl -author: [] -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 +--- +abstract: 'run shell commands transparently within perl' +author: + - unknown build_requires: - ExtUtils::MakeMaker: 0 -requires: - Test::More: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.50 + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +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 - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Shell +no_index: + directory: + - t + - inc +requires: + Test::More: '0' +resources: + repository: http://github.com/aferreira/cpan-Shell +version: '0.73' diff -Nru libshell-perl-0.72.01/README libshell-perl-0.73/README --- libshell-perl-0.72.01/README 2009-09-30 13:32:24.000000000 +0000 +++ libshell-perl-0.73/README 2016-01-03 20:30:58.000000000 +0000 @@ -1,4 +1,4 @@ -Shell version 0.72 +Shell version 0.73 ================== NAME diff -Nru libshell-perl-0.72.01/Shell.pm libshell-perl-0.73/Shell.pm --- libshell-perl-0.72.01/Shell.pm 2009-09-30 15:38:20.000000000 +0000 +++ libshell-perl-0.73/Shell.pm 2016-01-03 20:47:06.000000000 +0000 @@ -6,7 +6,7 @@ our($capture_stderr, $raw, $VERSION, $AUTOLOAD); -$VERSION = '0.72_01'; +$VERSION = '0.73'; $VERSION = eval $VERSION; sub new { bless \my $foo, shift } @@ -35,6 +35,8 @@ =begin private +=over + =item B<_make_cmd> $sub = _make_cmd($cmd); @@ -42,6 +44,8 @@ Creates a closure which invokes the system command C<$cmd>. +=back + =end private =cut