Hello community,
here is the log from the commit of package perl-Exporter-Lite for
openSUSE:Factory checked in at 2016-01-21 23:45:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exporter-Lite (Old)
and /work/SRC/openSUSE:Factory/.perl-Exporter-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exporter-Lite"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Exporter-Lite/perl-Exporter-Lite.changes
2015-11-12 19:41:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Exporter-Lite.new/perl-Exporter-Lite.changes
2016-01-22 01:10:50.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Jan 20 10:06:15 UTC 2016 - [email protected]
+
+- updated to 0.08
+ see /usr/share/doc/packages/perl-Exporter-Lite/Changes
+
+ 0.08 2016-01-13
+ - Fixed typo in name of Constant::Export::Lazy in SEE ALSO. MANWAR++
+ - Simplified Makefile.PL
+
+-------------------------------------------------------------------
Old:
----
Exporter-Lite-0.07.tar.gz
New:
----
Exporter-Lite-0.08.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exporter-Lite.spec ++++++
--- /var/tmp/diff_new_pack.y6szuD/_old 2016-01-22 01:10:52.000000000 +0100
+++ /var/tmp/diff_new_pack.y6szuD/_new 2016-01-22 01:10:52.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Exporter-Lite
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Exporter-Lite
-Version: 0.07
+Version: 0.08
Release: 0
%define cpan_name Exporter-Lite
Summary: Lightweight Exporting of Functions and Variables
++++++ Exporter-Lite-0.07.tar.gz -> Exporter-Lite-0.08.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.07/Changes
new/Exporter-Lite-0.08/Changes
--- old/Exporter-Lite-0.07/Changes 2015-11-09 22:57:02.000000000 +0100
+++ new/Exporter-Lite-0.08/Changes 2016-01-13 20:33:33.000000000 +0100
@@ -1,5 +1,9 @@
Revision history for Perl module Exporter::Lite
+0.08 2016-01-13
+ - Fixed typo in name of Constant::Export::Lazy in SEE ALSO. MANWAR++
+ - Simplified Makefile.PL
+
0.07 2015-10-09
- Updated github repo URL after changing my github username
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.07/META.json
new/Exporter-Lite-0.08/META.json
--- old/Exporter-Lite-0.07/META.json 2015-11-09 23:02:04.000000000 +0100
+++ new/Exporter-Lite-0.08/META.json 2016-01-13 20:37:41.000000000 +0100
@@ -32,6 +32,7 @@
},
"runtime" : {
"requires" : {
+ "Carp" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
@@ -47,10 +48,10 @@
"resources" : {
"repository" : {
"type" : "git",
- "url" : "git://github.com/neilb/Exporter-Lite.git",
+ "url" : "https://github.com/neilb/Exporter-Lite.git",
"web" : "https://github.com/neilb/Exporter-Lite"
}
},
- "version" : "0.07",
+ "version" : "0.08",
"x_serialization_backend" : "JSON::PP version 2.27203"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.07/META.yml
new/Exporter-Lite-0.08/META.yml
--- old/Exporter-Lite-0.07/META.yml 2015-11-09 23:02:03.000000000 +0100
+++ new/Exporter-Lite-0.08/META.yml 2016-01-13 20:37:41.000000000 +0100
@@ -19,10 +19,11 @@
- t
- inc
requires:
+ Carp: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
- repository: git://github.com/neilb/Exporter-Lite.git
-version: '0.07'
+ repository: https://github.com/neilb/Exporter-Lite.git
+version: '0.08'
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.07/Makefile.PL
new/Exporter-Lite-0.08/Makefile.PL
--- old/Exporter-Lite-0.07/Makefile.PL 2015-11-09 22:57:38.000000000 +0100
+++ new/Exporter-Lite-0.08/Makefile.PL 2016-01-13 20:33:25.000000000 +0100
@@ -8,28 +8,13 @@
die $@ if $@;
}
-$PACKAGE = 'Exporter::Lite';
-($PACKAGE_FILE = $PACKAGE) =~ s|::|/|g;
-$LAST_API_CHANGE = 0;
-
-eval "require $PACKAGE";
-
-unless ($@) { # Make sure we did find the module.
- print <<"CHANGE_WARN" if ${$PACKAGE.'::VERSION'} < $LAST_API_CHANGE;
-
-NOTE: There have been API changes between this version and any older
-than version $LAST_API_CHANGE! Please read the Changes file if you
-are upgrading from a version older than $LAST_API_CHANGE.
-
-CHANGE_WARN
-}
-
WriteMakefile(
- NAME => $PACKAGE,
- VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
+ NAME => 'Exporter::Lite',
+ VERSION_FROM => "lib/Exporter/Lite.pm",
PREREQ_PM => {
'strict' => 0,
'warnings' => 0,
+ 'Carp' => 0,
},
($mm_ver >= 6.64
@@ -65,7 +50,7 @@
repository => {
type => 'git',
web => 'https://github.com/neilb/Exporter-Lite',
- url => 'git://github.com/neilb/Exporter-Lite.git',
+ url => 'https://github.com/neilb/Exporter-Lite.git',
},
},
})
@@ -73,28 +58,3 @@
);
-
-{
- package MY;
-
- sub test_via_harness {
- my($self, $orig_perl, $tests) = @_;
-
- my @perls = ($orig_perl);
- push @perls, qw(bleadperl
- perl5.6.1
- perl5.6.0
- perl5.005_03
- perl5.004_05
- perl5.004_04
- perl5.004)
- if $ENV{PERL_TEST_ALL};
-
- my $out;
- foreach my $perl (@perls) {
- $out .= $self->SUPER::test_via_harness($perl, $tests);
- }
-
- return $out;
- }
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.07/lib/Exporter/Lite.pm
new/Exporter-Lite-0.08/lib/Exporter/Lite.pm
--- old/Exporter-Lite-0.07/lib/Exporter/Lite.pm 2015-11-09 22:57:19.000000000
+0100
+++ new/Exporter-Lite-0.08/lib/Exporter/Lite.pm 2016-01-13 20:35:39.000000000
+0100
@@ -4,7 +4,7 @@
use warnings;
use strict;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
our @EXPORT = qw(import);
@@ -230,7 +230,7 @@
L<Exporter::Lexical> lets you export lexical subs from your module.
-L<Constant::Exporter::Lazy> lets you write a module that exports
+L<Constant::Export::Lazy> lets you write a module that exports
function-style constants, which are instantiated lazily.
L<Exporter::Auto> will export everything from your module that