Hello community,
here is the log from the commit of package perl-Module-Starter for
openSUSE:Factory checked in at 2011-11-14 14:40:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Starter (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Starter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Starter", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes
2011-09-23 12:38:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes
2011-11-14 14:40:32.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Nov 12 08:52:13 UTC 2011 - [email protected]
+
+- update to 1.58
+ * Added prereq on Path::Class (RT #68360).
+ * Doc fixes by Nicholas Bamber and Salvatore Bonaccorso (RT #68385).
+ * No functional changes.
+ * Removing English from unnecessary tests that confuse a tester.
+
+-------------------------------------------------------------------
Old:
----
Module-Starter-1.56.tar.gz
New:
----
Module-Starter-1.58.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Starter.spec ++++++
--- /var/tmp/diff_new_pack.pr3Grf/_old 2011-11-14 14:40:33.000000000 +0100
+++ /var/tmp/diff_new_pack.pr3Grf/_new 2011-11-14 14:40:33.000000000 +0100
@@ -18,23 +18,24 @@
Name: perl-Module-Starter
-Version: 1.56
+Version: 1.58
Release: 1
License: GPL+ or Artistic
%define cpan_name Module-Starter
Summary: a simple starter kit for any module
Url: http://search.cpan.org/dist/Module-Starter/
Group: Development/Libraries/Perl
-#Source:
http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(Getopt::Long)
-Requires: perl(File::Spec)
-Requires: perl(Getopt::Long)
+BuildRequires: perl(Path::Class)
+#BuildRequires: perl(Module::Starter)
+#BuildRequires: perl(Module::Starter::BuilderSet)
+#BuildRequires: perl(Module::Starter::Simple)
+#BuildRequires: perl(version)
+Requires: perl(Path::Class)
%{perl_requires}
%description
@@ -61,11 +62,8 @@
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc %attr(644,-,-) Changes getting-started.html README
+%doc Changes getting-started.html README
%changelog
++++++ Module-Starter-1.56.tar.gz -> Module-Starter-1.58.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/Changes
new/Module-Starter-1.58/Changes
--- old/Module-Starter-1.56/Changes 2011-04-07 16:09:58.000000000 +0200
+++ new/Module-Starter-1.58/Changes 2011-07-02 14:59:07.000000000 +0200
@@ -1,5 +1,15 @@
Revision history for Perl extension Module::Starter
+1.58 Sat Jul 2 15:58:46 2011
+
+ * Added prereq on Path::Class (RT #68360).
+ * Doc fixes by Nicholas Bamber and Salvatore Bonaccorso (RT #68385).
+
+1.57 Tue Apr 12 11:07:01 IDT 2011
+
+ * No functional changes.
+ * Removing English from unnecessary tests that confuse a tester.
+
1.56 Thu Apr 7 17:01:11 IDT 2011
* No functional changes, productionizing.
@@ -10,7 +20,7 @@
will remain an inspiration to many programmers, myself included.
[ENHANCEMENTS]
- Added hooks for distribution building in App. Thanks to Brian D. Foy.
+ Added hooks for distribution building in App. Thanks to brian d foy.
MANIFEST is now created via the proper builder.
Kept create_MANIFEST to act as hook.
Added Apache license by pfig.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/META.yml
new/Module-Starter-1.58/META.yml
--- old/Module-Starter-1.56/META.yml 2011-04-07 16:12:23.000000000 +0200
+++ new/Module-Starter-1.58/META.yml 2011-07-02 15:00:15.000000000 +0200
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Module-Starter
-version: 1.56
+version: 1.58
abstract: a simple starter kit for any module
author:
- Andy Lester <[email protected]>
@@ -14,6 +14,7 @@
ExtUtils::Command: 0
File::Spec: 0
Getopt::Long: 0
+ Path::Class: 0
Pod::Usage: 1.21
Test::Harness: 0.21
Test::More: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/Makefile.PL
new/Module-Starter-1.58/Makefile.PL
--- old/Module-Starter-1.56/Makefile.PL 2010-03-24 15:37:31.000000000 +0100
+++ new/Module-Starter-1.58/Makefile.PL 2011-07-02 14:55:59.000000000 +0200
@@ -16,6 +16,7 @@
'Test::Harness' => 0.21,
'ExtUtils::Command' => 0,
'File::Spec' => 0,
+ 'Path::Class' => 0,
'Getopt::Long' => 0,
'Pod::Usage' => 1.21,
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/lib/Module/Starter/App.pm
new/Module-Starter-1.58/lib/Module/Starter/App.pm
--- old/Module-Starter-1.56/lib/Module/Starter/App.pm 2011-04-07
16:10:58.000000000 +0200
+++ new/Module-Starter-1.58/lib/Module/Starter/App.pm 2011-07-02
14:59:32.000000000 +0200
@@ -9,7 +9,7 @@
use warnings;
use strict;
-our $VERSION = '1.56';
+our $VERSION = '1.58';
use Path::Class;
use Getopt::Long;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/lib/Module/Starter/BuilderSet.pm
new/Module-Starter-1.58/lib/Module/Starter/BuilderSet.pm
--- old/Module-Starter-1.56/lib/Module/Starter/BuilderSet.pm 2011-04-07
16:11:20.000000000 +0200
+++ new/Module-Starter-1.58/lib/Module/Starter/BuilderSet.pm 2011-07-02
14:59:32.000000000 +0200
@@ -11,11 +11,11 @@
=head1 VERSION
-Version 1.56
+Version 1.58
=cut
-our $VERSION = '1.56';
+our $VERSION = '1.58';
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Module-Starter-1.56/lib/Module/Starter/Plugin/Template.pm
new/Module-Starter-1.58/lib/Module/Starter/Plugin/Template.pm
--- old/Module-Starter-1.56/lib/Module/Starter/Plugin/Template.pm
2011-04-07 16:11:31.000000000 +0200
+++ new/Module-Starter-1.58/lib/Module/Starter/Plugin/Template.pm
2011-07-02 14:59:37.000000000 +0200
@@ -10,11 +10,11 @@
=head1 VERSION
-Version 1.56
+Version 1.58
=cut
-our $VERSION = '1.56';
+our $VERSION = '1.58';
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/lib/Module/Starter/Simple.pm
new/Module-Starter-1.58/lib/Module/Starter/Simple.pm
--- old/Module-Starter-1.56/lib/Module/Starter/Simple.pm 2011-04-07
16:11:44.000000000 +0200
+++ new/Module-Starter-1.58/lib/Module/Starter/Simple.pm 2011-07-02
14:59:32.000000000 +0200
@@ -17,11 +17,11 @@
=head1 VERSION
-Version 1.56
+Version 1.58
=cut
-our $VERSION = '1.56';
+our $VERSION = '1.58';
=head1 SYNOPSIS
@@ -55,7 +55,7 @@
=head1 OBJECT METHODS
All the methods documented below are object methods, meant to be called
-internally by the ephemperal objects created during the execution of the class
+internally by the ephemeral objects created during the execution of the class
method C<create_distro> above.
=head2 postprocess_config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/lib/Module/Starter.pm
new/Module-Starter-1.58/lib/Module/Starter.pm
--- old/Module-Starter-1.56/lib/Module/Starter.pm 2011-04-07
16:10:48.000000000 +0200
+++ new/Module-Starter-1.58/lib/Module/Starter.pm 2011-07-02
14:59:42.000000000 +0200
@@ -10,11 +10,11 @@
=head1 VERSION
-Version 1.56
+Version 1.58
=cut
-our $VERSION = '1.56';
+our $VERSION = '1.58';
=head1 SYNOPSIS
@@ -61,7 +61,7 @@
verbose => $verbose, # bool: print progress messages; defaults to 0
force => $force # bool: overwrite existing files; defaults to 0
-The ignores_type is a new feature that allows to create SCM-specific ignore
files.
+The ignores_type is a new feature that allows one to create SCM-specific
ignore files.
These are the mappings:
ignores_type => 'generic' # default, creates 'ignore.txt'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Starter-1.56/t/module-starter.t
new/Module-Starter-1.58/t/module-starter.t
--- old/Module-Starter-1.56/t/module-starter.t 2010-03-24 15:37:31.000000000
+0100
+++ new/Module-Starter-1.58/t/module-starter.t 2011-07-02 14:55:59.000000000
+0200
@@ -25,8 +25,6 @@
use Test::More;
plan skip_all => "these tests must be completely rewritten";
-use English '-no_match_vars';
-
use File::Spec;
use File::Temp qw/ tempdir /;
use File::Find;
@@ -196,7 +194,7 @@
# Now to try to build the Starter module...
chdir( catfile($temp_dir,$starter_dir) );
- (my($path, $perl)) = $EXECUTABLE_NAME =~ /^(.+)(perl.*)$/i;
+ (my($path, $perl)) = $^X =~ /^(.+)(perl.*)$/i;
$perl = catfile($path,$perl);
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]