Hello community,
here is the log from the commit of package perl-Module-Signature for
openSUSE:Factory checked in at 2016-06-19 10:48:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Signature (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Signature.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Signature"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-Signature/perl-Module-Signature.changes
2016-01-15 10:42:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Module-Signature.new/perl-Module-Signature.changes
2016-06-19 10:48:19.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 12 13:21:10 UTC 2016 - [email protected]
+
+- updated to 0.80
+ see /usr/share/doc/packages/perl-Module-Signature/Changes
+
+-------------------------------------------------------------------
Old:
----
Module-Signature-0.79.tar.gz
New:
----
Module-Signature-0.80.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Signature.spec ++++++
--- /var/tmp/diff_new_pack.5MV2HO/_old 2016-06-19 10:48:20.000000000 +0200
+++ /var/tmp/diff_new_pack.5MV2HO/_new 2016-06-19 10:48:20.000000000 +0200
@@ -17,9 +17,9 @@
Name: perl-Module-Signature
-Version: 0.79
+Version: 0.80
Release: 0
-#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
+#Upstream: This work is under a *CC0 1.0 Universal* License, although a
portion of the documentation (as detailed above) is under the Perl license. or
neighboring rights to Module-Signature. This work is published from Taiwan. the
http://creativecommons.org/publicdomain/zero/1.0 manpage
%define cpan_name Module-Signature
Summary: Module signature file manipulation
License: CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
@@ -48,15 +48,14 @@
with.
Module authors can easily add the _SIGNATURE_ file to the distribution
-tarball; see the /NOTES manpage below for how to do it as part of 'make
-dist'.
+tarball; see NOTES below for how to do it as part of 'make dist'.
If you _really_ want to sign a distribution manually, simply add
'SIGNATURE' to _MANIFEST_, then type 'cpansign -s' immediately before 'make
dist'. Be sure to delete the _SIGNATURE_ file afterwards.
-Please also see the /NOTES manpage about _MANIFEST.SKIP_ issues, especially
-if you are using *Module::Build* or writing your own _MANIFEST.SKIP_.
+Please also see NOTES about _MANIFEST.SKIP_ issues, especially if you are
+using *Module::Build* or writing your own _MANIFEST.SKIP_.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ Module-Signature-0.79.tar.gz -> Module-Signature-0.80.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/MANIFEST
new/Module-Signature-0.80/MANIFEST
--- old/Module-Signature-0.79/MANIFEST 2015-04-08 13:36:37.000000000 +0200
+++ new/Module-Signature-0.80/MANIFEST 2016-06-07 08:31:33.000000000 +0200
@@ -9,7 +9,6 @@
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
-inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/META.yml
new/Module-Signature-0.80/META.yml
--- old/Module-Signature-0.79/META.yml 2015-05-18 17:04:19.000000000 +0200
+++ new/Module-Signature-0.80/META.yml 2016-06-07 08:31:36.000000000 +0200
@@ -10,7 +10,7 @@
ExtUtils::MakeMaker: 6.36
distribution_type: module
dynamic_config: 1
-generated_by: 'Module::Install version 1.14'
+generated_by: 'Module::Install version 1.16'
license: cc0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,4 +26,4 @@
perl: '5.005'
resources:
repository: http://github.com/audreyt/module-signature
-version: '0.79'
+version: '0.80'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/Makefile.PL
new/Module-Signature-0.80/Makefile.PL
--- old/Module-Signature-0.79/Makefile.PL 2015-04-08 13:34:27.000000000
+0200
+++ new/Module-Signature-0.80/Makefile.PL 2016-06-07 08:30:41.000000000
+0200
@@ -6,12 +6,14 @@
name 'Module-Signature';
license 'CC0';
all_from 'lib/Module/Signature.pm';
-readme_from 'lib/Module/Signature.pm';
repository 'http://github.com/audreyt/module-signature';
install_script 'script/cpansign';
build_requires 'Test::More', 0, 'IPC::Run', 0;
requires 'File::Temp';
+# clean generated test files
+clean_files(q{"t/test-dat*"});
+
# On Win32 (excluding cygwin) we know that IO::Socket::INET,
# which is needed for keyserver stuff, doesn't work. In fact
# it potentially hangs forever. So bail out with a N/A on
@@ -38,42 +40,15 @@
}
}
-# The list of OpenPGP dependencies (which we use in several places)
-my @OPEN_PGP = qw{
- MIME::Base64 0
- Compress::Zlib 0
- Crypt::CBC 0
- Crypt::DES 0
- Crypt::Blowfish 0
- Crypt::RIPEMD160 0
- Tie::EncryptedHash 0
- Class::Loader 0
- Convert::ASCII::Armour 0
- Data::Buffer 0.04
- Digest::MD2 0
- Math::Pari 0
- Crypt::Random 0
- Crypt::Primes 0
- Crypt::DES_EDE3 0
- Crypt::DSA 0
- Crypt::RSA 0
- Convert::ASN1 0
- Convert::PEM 0
- Crypt::OpenPGP 1.00
-};
-
# Is openpgp currently installed
if ( can_use('Crypt::OpenPGP') ) {
- # If OpenPGP is already installed, so relist all the
- # dependencies so they will upgrade as needed.
- requires( @OPEN_PGP );
-
+ # Crypt::OpenPGP installed/available, continue on...
} elsif ( my $gpg = locate_gpg() ) {
# We SHOULD have gpg, double-check formally
requires_external_bin $gpg;
} elsif ( can_cc() and $ENV{AUTOMATED_TESTING} ) {
# Dive headlong into a full Crypt::OpenPGP install.
- requires( @OPEN_PGP );
+ requires('Crypt::OpenPGP');
} else {
# Ask the user what to do
ask_user();
@@ -176,10 +151,12 @@
requires_external_bin 'gpg';
} elsif ( $choice == 2 and $option3 == 3 ) {
# They want to install Crypt::OpenPGP
- requires( @OPEN_PGP );
+ requires('Crypt::OpenPGP');
} else {
# Forget about it...
print "Module::Signature is not wanted on this host.\n";
exit(0);
}
}
+
+__END__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/SIGNATURE
new/Module-Signature-0.80/SIGNATURE
--- old/Module-Signature-0.79/SIGNATURE 2015-05-18 17:04:21.000000000 +0200
+++ new/Module-Signature-0.80/SIGNATURE 2016-06-07 08:31:39.000000000 +0200
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.74.
+signed via the Module::Signature module, version 0.80.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -18,25 +18,24 @@
SHA1 da1a023f132d3be27f2a8c56d487ae9320d69b85 AUDREYT2015.pub
SHA1 b6d1dc79056f7912070c84e3b8d5cec519a568dd AUTHORS
SHA1 f1220288267a64ea706a3bda21c10d4806509c9c Changes
-SHA1 55aeb63395889ea376e48b9ba3760a8741dde271 MANIFEST
+SHA1 6b0e3686874e9845396973b16bf5aad6aa291496 MANIFEST
SHA1 af1667da11736451592aeba46d34e38c47a7201c MANIFEST.SKIP
-SHA1 83e7c40c78e208cc46b14aaf80b4a9f6e1a9a29a META.yml
-SHA1 ebb0ea9af824e934327192429009694c58821f7c Makefile.PL
+SHA1 e3546442d84e808ec30cfb0a0ddc33b61944be37 META.yml
+SHA1 409e3efd1fdf57caeaa8693d8a77a17812c294ea Makefile.PL
SHA1 dad70cafbd8df2bd8489b0c06daf2096fbb5bdae PAUSE2017.pub
SHA1 a8423736492ba8e44db6e87e96ac1f52fed4c995 README
-SHA1 d2664c57b65686abbfbbe1e71229761625be4922 inc/Module/Install.pm
-SHA1 da41a8d9904f7b409b49a5f6c338d3eb305a2b4b inc/Module/Install/Base.pm
-SHA1 0db0afe19cd298abba248fa089e5525bd5ab3ab6 inc/Module/Install/Can.pm
-SHA1 2091892f5679f4623d061233b4f30276cb96c790 inc/Module/Install/External.pm
-SHA1 e7152bfd5ca67d0e33f96d09c59d600bca5c1f15 inc/Module/Install/Fetch.pm
-SHA1 29ee1cb0dc262b00983e3a2f5cf00b538dff5069 inc/Module/Install/Makefile.pm
-SHA1 e963f80cfe255f16e55067d1feb6841cff3ed2fe inc/Module/Install/Metadata.pm
-SHA1 79f5b4199f622e8b05aac266b0c39f6a85bb303f
inc/Module/Install/ReadmeFromPod.pm
-SHA1 8092a930643fcabc5ae90d74814a35178e9ea233 inc/Module/Install/Scripts.pm
-SHA1 65a1f09af1f4f9e47a98b6b45667c328b1b2f9c0 inc/Module/Install/Win32.pm
-SHA1 f191c49475b3f51775180cd4f7e41e3bdab7f85a inc/Module/Install/WriteAll.pm
-SHA1 1df7165b16226ca83d339631c52711d3652e1f67 lib/Module/Signature.pm
-SHA1 5b01354f7774bc86c5c39e37e715e5fe18589ef0 script/cpansign
+SHA1 bce3c51bb369419603298064b78e14077b93af66 inc/Module/Install.pm
+SHA1 fe220f215f645500ce8f14ff5e19d9a28692af56 inc/Module/Install/Base.pm
+SHA1 b56ed8e42c600e08007d152cf0b1438a7c3b7f6e inc/Module/Install/Can.pm
+SHA1 8886edb2f956ac9474c7c1018ed8b8263a28a171 inc/Module/Install/External.pm
+SHA1 99c531a17a67ce5250df2ae151cc48c80d914cde inc/Module/Install/Fetch.pm
+SHA1 76efdca3603159e0ae0e18f19fe72a0211a69529 inc/Module/Install/Makefile.pm
+SHA1 2e33e87882d60db3913da6284dd5295e5315e18a inc/Module/Install/Metadata.pm
+SHA1 01978a56e76a58399af3bd4d022aa990b9669bee inc/Module/Install/Scripts.pm
+SHA1 c830b819e61bda5eca077c6291293bba61b3b9f2 inc/Module/Install/Win32.pm
+SHA1 cb52b9d6f88d512d448a6f35ed0af0d1201a134b inc/Module/Install/WriteAll.pm
+SHA1 36db3c914714e22ce4e05b56decd0f98359580ef lib/Module/Signature.pm
+SHA1 fbd7d7bc258c0ebf8ae5627ec4489131d7ec90ff script/cpansign
SHA1 3ec6171779122b0bdc69937c283be11b2a15dd89 t/0-signature.t
SHA1 307a744384e704d94031df73233f24174b843bc8 t/1-basic.t
SHA1 0177dcafa00571440541d6495fce6d3b61f81039 t/2-cygwin.t
@@ -46,7 +45,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
-iEYEARECAAYFAlVZ/3QACgkQtLPdNzw1AaCbHwCfeHNjR1YPb7UENNVeRPVC6AuS
-AmUAn2ZdCDQx5Y3L+9kn6EqDEhPNMvWS
-=L+pl
+iEYEARECAAYFAldWakoACgkQtLPdNzw1AaCDEACdEilPOcFms0KOgPQTOb7OZfOD
+noMAn357PeUyf/RwjW/oWU74B4P4Jbtc
+=3wNA
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Base.pm
new/Module-Signature-0.80/inc/Module/Install/Base.pm
--- old/Module-Signature-0.79/inc/Module/Install/Base.pm 2015-05-18
17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Base.pm 2016-06-07
08:31:35.000000000 +0200
@@ -4,7 +4,7 @@
use strict 'vars';
use vars qw{$VERSION};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
}
# Suspend handler for "redefined" warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Can.pm
new/Module-Signature-0.80/inc/Module/Install/Can.pm
--- old/Module-Signature-0.79/inc/Module/Install/Can.pm 2015-05-18
17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Can.pm 2016-06-07
08:31:35.000000000 +0200
@@ -8,7 +8,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/External.pm
new/Module-Signature-0.80/inc/Module/Install/External.pm
--- old/Module-Signature-0.79/inc/Module/Install/External.pm 2015-05-18
17:04:19.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/External.pm 2016-06-07
08:31:36.000000000 +0200
@@ -8,7 +8,7 @@
use vars qw{$VERSION $ISCORE @ISA};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
$ISCORE = 1;
@ISA = qw{Module::Install::Base};
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Fetch.pm
new/Module-Signature-0.80/inc/Module/Install/Fetch.pm
--- old/Module-Signature-0.79/inc/Module/Install/Fetch.pm 2015-05-18
17:04:19.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Fetch.pm 2016-06-07
08:31:36.000000000 +0200
@@ -6,7 +6,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Makefile.pm
new/Module-Signature-0.80/inc/Module/Install/Makefile.pm
--- old/Module-Signature-0.79/inc/Module/Install/Makefile.pm 2015-05-18
17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Makefile.pm 2016-06-07
08:31:35.000000000 +0200
@@ -8,7 +8,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Metadata.pm
new/Module-Signature-0.80/inc/Module/Install/Metadata.pm
--- old/Module-Signature-0.79/inc/Module/Install/Metadata.pm 2015-05-18
17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Metadata.pm 2016-06-07
08:31:35.000000000 +0200
@@ -6,7 +6,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Module-Signature-0.79/inc/Module/Install/ReadmeFromPod.pm
new/Module-Signature-0.80/inc/Module/Install/ReadmeFromPod.pm
--- old/Module-Signature-0.79/inc/Module/Install/ReadmeFromPod.pm
2015-05-18 17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/ReadmeFromPod.pm
1970-01-01 01:00:00.000000000 +0100
@@ -1,138 +0,0 @@
-#line 1
-package Module::Install::ReadmeFromPod;
-
-use 5.006;
-use strict;
-use warnings;
-use base qw(Module::Install::Base);
-use vars qw($VERSION);
-
-$VERSION = '0.22';
-
-sub readme_from {
- my $self = shift;
- return unless $self->is_admin;
-
- # Input file
- my $in_file = shift || $self->_all_from
- or die "Can't determine file to make readme_from";
-
- # Get optional arguments
- my ($clean, $format, $out_file, $options);
- my $args = shift;
- if ( ref $args ) {
- # Arguments are in a hashref
- if ( ref($args) ne 'HASH' ) {
- die "Expected a hashref but got a ".ref($args)."\n";
- } else {
- $clean = $args->{'clean'};
- $format = $args->{'format'};
- $out_file = $args->{'output_file'};
- $options = $args->{'options'};
- }
- } else {
- # Arguments are in a list
- $clean = $args;
- $format = shift;
- $out_file = shift;
- $options = \@_;
- }
-
- # Default values;
- $clean ||= 0;
- $format ||= 'txt';
-
- # Generate README
- print "readme_from $in_file to $format\n";
- if ($format =~ m/te?xt/) {
- $out_file = $self->_readme_txt($in_file, $out_file, $options);
- } elsif ($format =~ m/html?/) {
- $out_file = $self->_readme_htm($in_file, $out_file, $options);
- } elsif ($format eq 'man') {
- $out_file = $self->_readme_man($in_file, $out_file, $options);
- } elsif ($format eq 'pdf') {
- $out_file = $self->_readme_pdf($in_file, $out_file, $options);
- }
-
- if ($clean) {
- $self->clean_files($out_file);
- }
-
- return 1;
-}
-
-
-sub _readme_txt {
- my ($self, $in_file, $out_file, $options) = @_;
- $out_file ||= 'README';
- require Pod::Text;
- my $parser = Pod::Text->new( @$options );
- open my $out_fh, '>', $out_file or die "Could not write file
$out_file:\n$!\n";
- $parser->output_fh( *$out_fh );
- $parser->parse_file( $in_file );
- close $out_fh;
- return $out_file;
-}
-
-
-sub _readme_htm {
- my ($self, $in_file, $out_file, $options) = @_;
- $out_file ||= 'README.htm';
- require Pod::Html;
- Pod::Html::pod2html(
- "--infile=$in_file",
- "--outfile=$out_file",
- @$options,
- );
- # Remove temporary files if needed
- for my $file ('pod2htmd.tmp', 'pod2htmi.tmp') {
- if (-e $file) {
- unlink $file or warn "Warning: Could not remove file '$file'.\n$!\n";
- }
- }
- return $out_file;
-}
-
-
-sub _readme_man {
- my ($self, $in_file, $out_file, $options) = @_;
- $out_file ||= 'README.1';
- require Pod::Man;
- my $parser = Pod::Man->new( @$options );
- $parser->parse_from_file($in_file, $out_file);
- return $out_file;
-}
-
-
-sub _readme_pdf {
- my ($self, $in_file, $out_file, $options) = @_;
- $out_file ||= 'README.pdf';
- eval { require App::pod2pdf; }
- or die "Could not generate $out_file because pod2pdf could not be found\n";
- my $parser = App::pod2pdf->new( @$options );
- $parser->parse_from_file($in_file);
- open my $out_fh, '>', $out_file or die "Could not write file
$out_file:\n$!\n";
- select $out_fh;
- $parser->output;
- select STDOUT;
- close $out_fh;
- return $out_file;
-}
-
-
-sub _all_from {
- my $self = shift;
- return unless $self->admin->{extensions};
- my ($metadata) = grep {
- ref($_) eq 'Module::Install::Metadata';
- } @{$self->admin->{extensions}};
- return unless $metadata;
- return $metadata->{values}{all_from} || '';
-}
-
-'Readme!';
-
-__END__
-
-#line 254
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Scripts.pm
new/Module-Signature-0.80/inc/Module/Install/Scripts.pm
--- old/Module-Signature-0.79/inc/Module/Install/Scripts.pm 2015-05-18
17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Scripts.pm 2016-06-07
08:31:35.000000000 +0200
@@ -6,7 +6,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/Win32.pm
new/Module-Signature-0.80/inc/Module/Install/Win32.pm
--- old/Module-Signature-0.79/inc/Module/Install/Win32.pm 2015-05-18
17:04:19.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/Win32.pm 2016-06-07
08:31:36.000000000 +0200
@@ -6,7 +6,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install/WriteAll.pm
new/Module-Signature-0.80/inc/Module/Install/WriteAll.pm
--- old/Module-Signature-0.79/inc/Module/Install/WriteAll.pm 2015-05-18
17:04:19.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install/WriteAll.pm 2016-06-07
08:31:36.000000000 +0200
@@ -6,7 +6,7 @@
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
- $VERSION = '1.14';
+ $VERSION = '1.16';
@ISA = qw{Module::Install::Base};
$ISCORE = 1;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/inc/Module/Install.pm
new/Module-Signature-0.80/inc/Module/Install.pm
--- old/Module-Signature-0.79/inc/Module/Install.pm 2015-05-18
17:04:18.000000000 +0200
+++ new/Module-Signature-0.80/inc/Module/Install.pm 2016-06-07
08:31:35.000000000 +0200
@@ -31,7 +31,7 @@
# This is not enforced yet, but will be some time in the next few
# releases once we can make sure it won't clash with custom
# Module::Install extensions.
- $VERSION = '1.14';
+ $VERSION = '1.16';
# Storage for the pseudo-singleton
$MAIN = undef;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/lib/Module/Signature.pm
new/Module-Signature-0.80/lib/Module/Signature.pm
--- old/Module-Signature-0.79/lib/Module/Signature.pm 2015-05-18
17:04:14.000000000 +0200
+++ new/Module-Signature-0.80/lib/Module/Signature.pm 2016-06-07
08:30:05.000000000 +0200
@@ -1,5 +1,5 @@
package Module::Signature;
-$Module::Signature::VERSION = '0.79';
+$Module::Signature::VERSION = '0.80';
use 5.005;
use strict;
@@ -972,7 +972,10 @@
Audrey Tang E<lt>[email protected]<gt>
-=head1 CC0 1.0 Universal
+=head1 LICENSE
+
+This work is under a B<CC0 1.0 Universal> License, although a portion
+of the documentation (as detailed above) is under the Perl license.
To the extent possible under law, 唐鳳 has waived all copyright and related
or neighboring rights to Module-Signature.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Signature-0.79/script/cpansign
new/Module-Signature-0.80/script/cpansign
--- old/Module-Signature-0.79/script/cpansign 2015-05-18 16:37:10.000000000
+0200
+++ new/Module-Signature-0.80/script/cpansign 2016-06-07 08:29:04.000000000
+0200
@@ -85,7 +85,9 @@
Audrey Tang E<lt>[email protected]<gt>
-=head1 CC0 1.0 Universal
+=head1 LICENSE
+
+This work is under the B<CC0 1.0 Universal> license.
To the extent possible under law, 唐鳳 has waived all copyright and related
or neighboring rights to Module-Signature.