Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2013-12-11 11:32:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Starter (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Starter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Starter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2013-06-09 16:58:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
    2013-12-11 11:32:06.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Dec  9 11:18:02 UTC 2013 - [email protected]
+
+- updated to 1.62
+         * Fix regexp in tests to stop failing on 5.8.x (Sawyer X).
+         * Fix FSF address in template block and tests (Brian Manning).
+         * Typo fixes (David Steinbrunner).
+         * Stop getpwuid calls on Windows, instead prompt user for author.
+           (Martin McGrath)
+
+-------------------------------------------------------------------

Old:
----
  Module-Starter-1.60.tar.gz

New:
----
  Module-Starter-1.62.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Module-Starter.spec ++++++
--- /var/tmp/diff_new_pack.dQ4D4W/_old  2013-12-11 11:32:07.000000000 +0100
+++ /var/tmp/diff_new_pack.dQ4D4W/_new  2013-12-11 11:32:07.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Module-Starter
-Version:        1.60
+Version:        1.62
 Release:        0
 %define cpan_name Module-Starter
 Summary:        a simple starter kit for any module

++++++ Module-Starter-1.60.tar.gz -> Module-Starter-1.62.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/Changes 
new/Module-Starter-1.62/Changes
--- old/Module-Starter-1.60/Changes     2012-10-25 20:30:48.000000000 +0200
+++ new/Module-Starter-1.62/Changes     2013-12-08 11:50:23.000000000 +0100
@@ -1,5 +1,14 @@
 Revision history for Perl extension Module::Starter
 
+1.62    Sun Dec  8 11:49:21 2013
+        * Fix regexp in tests to stop failing on 5.8.x (Sawyer X).
+        * Fix FSF address in template block and tests (Brian Manning).
+        * Typo fixes (David Steinbrunner).
+
+1.61    Fri Dec  6 14:01:19 2013
+        * Stop getpwuid calls on Windows, instead prompt user for author.
+          (Martin McGrath)
+
 1.60    Thu Oct 25 20:29:50 2012
         * Guess author from getpwuid if not provided (Hilko Bengen).
         * Guess email from $ENV{'EMAIL'} if not provided (Hilko Bengen).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/META.json 
new/Module-Starter-1.62/META.json
--- old/Module-Starter-1.60/META.json   2012-10-25 20:33:37.000000000 +0200
+++ new/Module-Starter-1.62/META.json   2013-12-08 11:51:47.000000000 +0100
@@ -4,7 +4,7 @@
       "Andy Lester <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter 
version 2.120921",
    "license" : [
       "perl_5"
    ],
@@ -53,5 +53,5 @@
          "url" : "https://github.com/xsawyerx/module-starter.git";
       }
    },
-   "version" : "1.60"
+   "version" : "1.62"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/META.yml 
new/Module-Starter-1.62/META.yml
--- old/Module-Starter-1.60/META.yml    2012-10-25 20:33:37.000000000 +0200
+++ new/Module-Starter-1.62/META.yml    2013-12-08 11:51:47.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,4 +30,4 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Starter
   homepage: https://github.com/xsawyerx/module-starter
   repository: https://github.com/xsawyerx/module-starter.git
-version: 1.60
+version: 1.62
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/lib/Module/Starter/App.pm 
new/Module-Starter-1.62/lib/Module/Starter/App.pm
--- old/Module-Starter-1.60/lib/Module/Starter/App.pm   2012-10-25 
20:32:06.000000000 +0200
+++ new/Module-Starter-1.62/lib/Module/Starter/App.pm   2013-12-08 
11:51:06.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 use strict;
 
-our $VERSION = '1.60';
+our $VERSION = '1.62';
 
 use Path::Class;
 use Getopt::Long;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/lib/Module/Starter/BuilderSet.pm 
new/Module-Starter-1.62/lib/Module/Starter/BuilderSet.pm
--- old/Module-Starter-1.60/lib/Module/Starter/BuilderSet.pm    2012-10-25 
20:32:01.000000000 +0200
+++ new/Module-Starter-1.62/lib/Module/Starter/BuilderSet.pm    2013-12-08 
11:51:23.000000000 +0100
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-Version 1.60
+Version 1.62
 
 =cut
 
-our $VERSION = '1.60';
+our $VERSION = '1.62';
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Module-Starter-1.60/lib/Module/Starter/Plugin/Template.pm 
new/Module-Starter-1.62/lib/Module/Starter/Plugin/Template.pm
--- old/Module-Starter-1.60/lib/Module/Starter/Plugin/Template.pm       
2012-10-25 20:32:15.000000000 +0200
+++ new/Module-Starter-1.62/lib/Module/Starter/Plugin/Template.pm       
2013-12-08 11:51:18.000000000 +0100
@@ -10,11 +10,11 @@
 
 =head1 VERSION
 
-Version 1.60
+Version 1.62
 
 =cut
 
-our $VERSION = '1.60';
+our $VERSION = '1.62';
 
 =head1 SYNOPSIS
 
@@ -30,7 +30,7 @@
 This plugin is designed to be added to a Module::Starter::Simple-compatible
 Module::Starter class.  It adds stub methods for template retrieval and
 rendering, and it replaces all of Simple's _guts methods with methods that will
-retrieve and render the apropriate templates.
+retrieve and render the appropriate templates.
 
 =head1 CLASS METHODS
 
@@ -217,7 +217,7 @@
     $self->render($template, \%options);
 }
 
-=item item ignores_guts
+=item ignores_guts
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/lib/Module/Starter/Simple.pm 
new/Module-Starter-1.62/lib/Module/Starter/Simple.pm
--- old/Module-Starter-1.60/lib/Module/Starter/Simple.pm        2012-10-25 
20:31:55.000000000 +0200
+++ new/Module-Starter-1.62/lib/Module/Starter/Simple.pm        2013-12-08 
11:51:12.000000000 +0100
@@ -17,11 +17,11 @@
 
 =head1 VERSION
 
-Version 1.60
+Version 1.62
 
 =cut
 
-our $VERSION = '1.60';
+our $VERSION = '1.62';
 
 =head1 SYNOPSIS
 
@@ -93,7 +93,7 @@
         croak "Invalid module name: $_" unless /\A[a-z_]\w*(?:::[\w]+)*\Z/i;
     }
 
-    if ( not $self->{author} ) {
+    if ( ( not $self->{author} ) && ( $^O ne 'MSWin32' ) ) {
         ( $self->{author} ) = split /,/, ( getpwuid $> )[6];
     }
 
@@ -480,7 +480,7 @@
 
 A copy of the GNU General Public License is available in the source tree;
 if not, write to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 EOT
     },
     lgpl => {
@@ -500,8 +500,8 @@
 
 You should have received a copy of the GNU Lesser General Public
 License along with this program; if not, write to the Free
-Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 EOT
     },
     gpl3 => {
@@ -1464,7 +1464,7 @@
 $self->{distro}-*
 $self->{distro}-*.tar.gz
 EOF
-        # make this more restrictive, since MANIFEST tends to be less noticable
+        # make this more restrictive, since MANIFEST tends to be less 
noticeable
         # (also, manifest supports REs.)
         manifest => <<'EOF',
 # Top-level filter (only include the following...)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/lib/Module/Starter.pm 
new/Module-Starter-1.62/lib/Module/Starter.pm
--- old/Module-Starter-1.60/lib/Module/Starter.pm       2012-10-25 
20:31:46.000000000 +0200
+++ new/Module-Starter-1.62/lib/Module/Starter.pm       2013-12-08 
11:51:03.000000000 +0100
@@ -10,11 +10,11 @@
 
 =head1 VERSION
 
-Version 1.60
+Version 1.62
 
 =cut
 
-our $VERSION = '1.60';
+our $VERSION = '1.62';
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/t/test-dist.t 
new/Module-Starter-1.62/t/test-dist.t
--- old/Module-Starter-1.60/t/test-dist.t       2012-10-25 19:50:00.000000000 
+0200
+++ new/Module-Starter-1.62/t/test-dist.t       2013-12-08 11:48:22.000000000 
+0100
@@ -359,7 +359,7 @@
 
 A copy of the GNU General Public License is available in the source tree;
 if not, write to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 EOT
     },
     lgpl => {
@@ -379,8 +379,8 @@
 
 You should have received a copy of the GNU Lesser General Public
 License along with this program; if not, write to the Free
-Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 EOT
     },
     gpl3 => {
@@ -629,7 +629,7 @@
         );
 
         $self->parse(
-            qr/\A\s*requires => \{\n *\Q#'ABC'\E *\Q=> 1.6,\E\n 
*\Q#'Foo::Bar::Module' => 5.0401,\E\n\s*\},\n/ms,
+            qr/\A\s*requires => \{\n *#'ABC' *=> 1.6,\n *#'Foo::Bar::Module' 
=> 5.0401,\n\s*\},\n/ms,
             "Requires",
         );
 
@@ -688,7 +688,7 @@
         );
 
         $self->parse(
-            qr/\A\s*PREREQ_PM => \{\n *\Q#'ABC'\E *\Q=> 1.6,\E\n 
*\Q#'Foo::Bar::Module' => 5.0401,\E\n\s*\},\n/ms,
+            qr/\A\s*PREREQ_PM => \{\n *#'ABC' *=> 1.6,\n *#'Foo::Bar::Module' 
=> 5.0401,\n\s*\},\n/ms,
             "PREREQ_PM",
         );
     }
@@ -744,7 +744,7 @@
         );
 
         $self->parse(
-            qr/\A\s*requires \(\n *\Q#'ABC'\E *\Q=> 1.6,\E\n 
*\Q#'Foo::Bar::Module' => 5.0401,\E\n\s*\);\n/ms,
+            qr/\A\s*requires \(\n *#'ABC' *=> 1.6,\n *#'Foo::Bar::Module' => 
5.0401,\n\s*\);\n/ms,
             "requires",
         );
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to