Hello community,

here is the log from the commit of package perl-experimental for 
openSUSE:Factory checked in at 2014-10-29 21:10:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-experimental (Old)
 and      /work/SRC/openSUSE:Factory/.perl-experimental.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-experimental"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes      
2014-10-15 16:21:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-experimental.new/perl-experimental.changes 
2014-10-29 21:11:36.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Oct 27 09:25:44 UTC 2014 - ncut...@suse.com
+
+- updated to 0.013
+
+-------------------------------------------------------------------
+Mon Oct 27 09:24:24 UTC 2014 - ncut...@suse.com
+
+Upstream changes
+- 0.013 Rename lvalue_refs to refaliasing
+
+-------------------------------------------------------------------

Old:
----
  experimental-0.012.tar.gz

New:
----
  experimental-0.013.tar.gz

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

Other differences:
------------------
++++++ perl-experimental.spec ++++++
--- /var/tmp/diff_new_pack.i5HnsY/_old  2014-10-29 21:11:38.000000000 +0100
+++ /var/tmp/diff_new_pack.i5HnsY/_new  2014-10-29 21:11:38.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-experimental
-Version:        0.012
+Version:        0.013
 Release:        0
 %define cpan_name experimental
 Summary:        Experimental features made easy
@@ -29,7 +29,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.036
+BuildRequires:  perl(Module::Build::Tiny) >= 0.039
 BuildRequires:  perl(Test::More) >= 0.89
 BuildRequires:  perl(feature)
 BuildRequires:  perl(version)
@@ -65,6 +65,7 @@
        lexical_topic - allow the use of lexical $_ via "my $_"
        postderef     - allow the use of postfix dereferencing expressions, 
including
                        in interpolating strings
+       refaliasing   - allow aliasing via \$x = \$y
        regex_sets    - allow extended bracketed character classes in regexps
        signatures    - allow subroutine signatures (for named arguments)
        smartmatch    - allow the use of ~~

++++++ experimental-0.012.tar.gz -> experimental-0.013.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/Build.PL 
new/experimental-0.013/Build.PL
--- old/experimental-0.012/Build.PL     2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/Build.PL     2014-10-25 21:54:55.000000000 +0200
@@ -1,4 +1,7 @@
-# This Build.PL for experimental was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
+# This Build.PL for experimental was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.007.
+use strict;
+use warnings;
+
 use 5.010;
-use Module::Build::Tiny 0.038;
+use Module::Build::Tiny 0.039;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/Changes 
new/experimental-0.013/Changes
--- old/experimental-0.012/Changes      2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/Changes      2014-10-25 21:54:55.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for experimental
 
+0.013     2014-10-25 21:54:47+02:00 Europe/Amsterdam
+          Rename lvalue_refs to refaliasing
+
 0.012     2014-10-12 12:10:06+02:00 Europe/Amsterdam
           Added lvalue references feature
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/MANIFEST 
new/experimental-0.013/MANIFEST
--- old/experimental-0.012/MANIFEST     2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/MANIFEST     2014-10-25 21:54:55.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.021.
 Build.PL
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/META.json 
new/experimental-0.013/META.json
--- old/experimental-0.012/META.json    2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/META.json    2014-10-25 21:54:55.000000000 +0200
@@ -4,7 +4,7 @@
       "Leon Timmermans <le...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 
2.142060",
+   "generated_by" : "Dist::Zilla version 5.021, CPAN::Meta::Converter version 
2.142690",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "Module::Build::Tiny" : "0.038"
+            "Module::Build::Tiny" : "0.039"
          }
       },
       "develop" : {
@@ -49,7 +49,7 @@
    "provides" : {
       "experimental" : {
          "file" : "lib/experimental.pm",
-         "version" : "0.012"
+         "version" : "0.013"
       }
    },
    "release_status" : "stable",
@@ -64,6 +64,6 @@
          "web" : "https://github.com/Leont/experimental";
       }
    },
-   "version" : "0.012"
+   "version" : "0.013"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/META.yml 
new/experimental-0.013/META.yml
--- old/experimental-0.012/META.yml     2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/META.yml     2014-10-25 21:54:55.000000000 +0200
@@ -9,9 +9,9 @@
   Test::More: '0.89'
   perl: '5.010'
 configure_requires:
-  Module::Build::Tiny: '0.038'
+  Module::Build::Tiny: '0.039'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 
2.142060'
+generated_by: 'Dist::Zilla version 5.021, CPAN::Meta::Converter version 
2.142690'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +20,7 @@
 provides:
   experimental:
     file: lib/experimental.pm
-    version: '0.012'
+    version: '0.013'
 requires:
   Carp: '0'
   feature: '0'
@@ -31,4 +31,4 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=experimental
   repository: git://github.com/Leont/experimental.git
-version: '0.012'
+version: '0.013'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/README 
new/experimental-0.013/README
--- old/experimental-0.012/README       2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/README       2014-10-25 21:54:55.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution experimental,
-version 0.012:
+version 0.013:
 
   Experimental features made easy
 
@@ -11,5 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.020.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.021.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/lib/experimental.pm 
new/experimental-0.013/lib/experimental.pm
--- old/experimental-0.012/lib/experimental.pm  2014-10-12 12:10:21.000000000 
+0200
+++ new/experimental-0.013/lib/experimental.pm  2014-10-25 21:54:55.000000000 
+0200
@@ -1,5 +1,5 @@
 package experimental;
-$experimental::VERSION = '0.012';
+$experimental::VERSION = '0.013';
 use strict;
 use warnings;
 use version ();
@@ -25,9 +25,9 @@
        fc              => '5.16.0',
        lexical_topic   => '5.10.0',
        lexical_subs    => '5.18.0',
-       lvalue_refs     => '5.21.5',
        postderef       => '5.20.0',
        postderef_qq    => '5.20.0',
+       refaliasing     => '5.21.5',
        regex_sets      => '5.18.0',
        say             => '5.10.0',
        smartmatch      => '5.10.0',
@@ -119,7 +119,7 @@
 
 =head1 VERSION
 
-version 0.012
+version 0.013
 
 =head1 SYNOPSIS
 
@@ -153,9 +153,9 @@
        array_base    - allow the use of $[ to change the starting index of 
@array
        autoderef     - allow push, each, keys, and other built-ins on 
references
        lexical_topic - allow the use of lexical $_ via "my $_"
-       lvalue_refs   - allow aliasing via \$x = \$y
        postderef     - allow the use of postfix dereferencing expressions, 
including
                        in interpolating strings
+       refaliasing   - allow aliasing via \$x = \$y
        regex_sets    - allow extended bracketed character classes in regexps
        signatures    - allow subroutine signatures (for named arguments)
        smartmatch    - allow the use of ~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/t/00-compile.t 
new/experimental-0.013/t/00-compile.t
--- old/experimental-0.012/t/00-compile.t       2014-10-12 12:10:21.000000000 
+0200
+++ new/experimental-0.013/t/00-compile.t       2014-10-25 21:54:55.000000000 
+0200
@@ -2,11 +2,11 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.040
-
-use Test::More  tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
 
+use Test::More;
 
+plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
 
 my @module_files = (
     'experimental.pm'
@@ -45,6 +45,7 @@
 
 
 
-is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING};
+is(scalar(@warnings), 0, 'no warnings found')
+    or diag 'got warnings: ', ( Test::More->can('explain') ? 
Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if 
$ENV{AUTHOR_TESTING};
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.012/t/basic.t 
new/experimental-0.013/t/basic.t
--- old/experimental-0.012/t/basic.t    2014-10-12 12:10:21.000000000 +0200
+++ new/experimental-0.013/t/basic.t    2014-10-25 21:54:55.000000000 +0200
@@ -51,8 +51,8 @@
 }
 
 if ($] >= 5.021005) {
-       is (eval <<'END', 1, 'lvalue ref compiles') or diag $@;
-       use experimental 'lvalue_refs';
+       is (eval <<'END', 1, 'ref aliasing compiles') or diag $@;
+       use experimental 'refaliasing';
        \@a = \@b;
        is(\@a, \@b, '@a and @b are the same after \@a=\@b');
        1;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to