Hello community,

here is the log from the commit of package perl-aliased for openSUSE:Factory 
checked in at 2015-04-18 10:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-aliased (Old)
 and      /work/SRC/openSUSE:Factory/.perl-aliased.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-aliased"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-aliased/perl-aliased.changes        
2014-12-31 11:22:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-aliased.new/perl-aliased.changes   
2015-04-18 10:40:42.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Apr 17 08:39:35 UTC 2015 - [email protected]
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-aliased/Changes
+
+  0.34  2015-01-03 20:39:44Z
+        - re-release to fix problematic $VERSION declaration (RT#101095)
+
+-------------------------------------------------------------------

Old:
----
  aliased-0.33.tar.gz

New:
----
  aliased-0.34.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-aliased.spec ++++++
--- /var/tmp/diff_new_pack.whqXDM/_old  2015-04-18 10:40:42.000000000 +0200
+++ /var/tmp/diff_new_pack.whqXDM/_new  2015-04-18 10:40:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-aliased
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,19 +17,20 @@
 
 
 Name:           perl-aliased
-Version:        0.33
+Version:        0.34
 Release:        0
 %define         cpan_name aliased
 Summary:        Use shorter versions of class names
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/aliased/
-Source:         %{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.039
 %{perl_requires}
 
 %description
@@ -56,27 +57,27 @@
 done with a subroutine and not with typeglobs and weird namespace munging.)
 
 Note that this is *only* for 'use'ing OO modules. You cannot use this to
-load procedural modules. See the Why OO Only? section. Also, don't let the
-version number fool you. This code is ridiculously simple and is just fine
-for most use.
+load procedural modules. See the the Why OO Only? manpage section. Also,
+don't let the version number fool you. This code is ridiculously simple and
+is just fine for most use.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README xt
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++++++ aliased-0.33.tar.gz -> aliased-0.34.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/Build.PL new/aliased-0.34/Build.PL
--- old/aliased-0.33/Build.PL   2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/Build.PL   2015-01-03 21:39:49.000000000 +0100
@@ -78,7 +78,7 @@
         "Curtis \"Ovid\" Poe <ovid\@cpan.org>"
       ],
       "dist_name" => "aliased",
-      "dist_version" => "0.33",
+      "dist_version" => "0.34",
       "license" => "perl",
       "module_name" => "aliased",
       "recommends" => {},
@@ -87,7 +87,8 @@
         "Carp" => 0,
         "Exporter" => 0,
         "perl" => "5.006",
-        "strict" => 0
+        "strict" => 0,
+        "warnings" => 0
       },
       "script_files" => [],
       "test_requires" => {
@@ -97,8 +98,7 @@
         "Test::More" => 0,
         "if" => 0,
         "lib" => 0,
-        "perl" => "5.006",
-        "warnings" => 0
+        "perl" => "5.006"
       }
     );
 
@@ -110,8 +110,7 @@
       "Test::More" => 0,
       "if" => 0,
       "lib" => 0,
-      "perl" => "5.006",
-      "warnings" => 0
+      "perl" => "5.006"
     );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/CONTRIBUTING 
new/aliased-0.34/CONTRIBUTING
--- old/aliased-0.33/CONTRIBUTING       2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/CONTRIBUTING       2015-01-03 21:39:49.000000000 +0100
@@ -93,4 +93,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 
from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.081.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.082.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/Changes new/aliased-0.34/Changes
--- old/aliased-0.33/Changes    2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/Changes    2015-01-03 21:39:49.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for aliased
 
+0.34  2015-01-03 20:39:44Z
+      - re-release to fix problematic $VERSION declaration (RT#101095)
+
 0.33  2014-12-21 02:19:34Z
       - fix warnings on perl 5.21.6 and up (RT#100359; thanks, Father
         Chrysostomos!)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/META.json new/aliased-0.34/META.json
--- old/aliased-0.33/META.json  2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/META.json  2015-01-03 21:39:49.000000000 +0100
@@ -28,7 +28,7 @@
       },
       "develop" : {
          "recommends" : {
-            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.081"
+            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.082"
          },
          "requires" : {
             "Dist::Zilla" : "5",
@@ -49,9 +49,9 @@
             "Dist::Zilla::Plugin::Git::Check" : "2.025",
             "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004",
             "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0",
-            "Dist::Zilla::Plugin::Git::Commit" : "2.020",
+            "Dist::Zilla::Plugin::Git::Commit" : "0",
             "Dist::Zilla::Plugin::Git::Contributors" : "0.004",
-            "Dist::Zilla::Plugin::Git::Describe" : "0",
+            "Dist::Zilla::Plugin::Git::Describe" : "0.004",
             "Dist::Zilla::Plugin::Git::GatherDir" : "2.016",
             "Dist::Zilla::Plugin::Git::NextVersion" : "0",
             "Dist::Zilla::Plugin::Git::Push" : "0",
@@ -74,7 +74,7 @@
             "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" : "0.006",
             "Dist::Zilla::Plugin::MojibakeTests" : "0",
             "Dist::Zilla::Plugin::NextRelease" : "4.300018",
-            "Dist::Zilla::Plugin::PkgVersion" : "5.026",
+            "Dist::Zilla::Plugin::PkgVersion" : "5.010",
             "Dist::Zilla::Plugin::PodCoverageTests" : "0",
             "Dist::Zilla::Plugin::PodSyntaxTests" : "0",
             "Dist::Zilla::Plugin::PodWeaver" : "4.005",
@@ -122,7 +122,8 @@
             "Carp" : "0",
             "Exporter" : "0",
             "perl" : "5.006",
-            "strict" : "0"
+            "strict" : "0",
+            "warnings" : "0"
          }
       },
       "test" : {
@@ -136,15 +137,14 @@
             "Test::More" : "0",
             "if" : "0",
             "lib" : "0",
-            "perl" : "5.006",
-            "warnings" : "0"
+            "perl" : "5.006"
          }
       }
    },
    "provides" : {
       "aliased" : {
          "file" : "lib/aliased.pm",
-         "version" : "0.33"
+         "version" : "0.34"
       }
    },
    "release_status" : "stable",
@@ -160,7 +160,7 @@
          "web" : "https://github.com/karenetheridge/aliased";
       }
    },
-   "version" : "0.33",
+   "version" : "0.34",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.021006"
@@ -195,7 +195,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::NextVersion",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -252,7 +252,9 @@
             "config" : {
                "Dist::Zilla::Plugin::GatherDir" : {
                   "exclude_filename" : [
-                     ""
+                     "README.pod",
+                     "LICENSE",
+                     "CONTRIBUTING"
                   ],
                   "exclude_match" : [],
                   "follow_symlinks" : "0",
@@ -269,7 +271,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::GatherDir",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
@@ -432,16 +434,21 @@
             "version" : "2.000005"
          },
          {
+            "class" : "Dist::Zilla::Plugin::Git::Describe",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Describe" : {
+                  "on_package_line" : "1"
+               }
+            },
+            "name" : "@Author::ETHER/Git::Describe",
+            "version" : "0.004"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@Author::ETHER/PkgVersion",
             "version" : "5.029"
          },
          {
-            "class" : "Dist::Zilla::Plugin::Git::Describe",
-            "name" : "@Author::ETHER/Git::Describe",
-            "version" : "0.003"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "config" : {
                "Dist::Zilla::Plugin::PodWeaver" : {
@@ -453,92 +460,92 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@Default/SingleEncoding",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@Default/Name",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@Default/Version",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Default/prelude",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "SYNOPSIS",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "DESCRIPTION",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "OVERVIEW",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "ATTRIBUTES",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "METHODS",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "FUNCTIONS",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@Default/Leftovers",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@Default/postlude",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@Default/Authors",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@Default/Legal",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
                         "name" : "Contributors",
-                        "version" : "0.008"
+                        "version" : "0.009"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "-Transformer",
-                        "version" : "4.009"
+                        "version" : "4.010"
                      }
                   ]
                }
@@ -608,7 +615,7 @@
                }
             },
             "name" : "@Author::ETHER/MetaProvides::Package",
-            "version" : "2.001002"
+            "version" : "2.002000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
@@ -775,7 +782,7 @@
                }
             },
             "name" : "@Author::ETHER/initial check",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
@@ -828,7 +835,7 @@
                }
             },
             "name" : "@Author::ETHER/after tests",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
@@ -852,7 +859,7 @@
                }
             },
             "name" : "@Author::ETHER/CopyFilesFromRelease",
-            "version" : "0.003"
+            "version" : "0.004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
@@ -870,9 +877,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "config" : {
                "Dist::Zilla::Plugin::Git::Commit" : {
-                  "add_files_in" : [
-                     "."
-                  ],
+                  "add_files_in" : [],
                   "commit_msg" : "%N-%v%t%n%n%c",
                   "time_zone" : "local"
                },
@@ -892,7 +897,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Commit",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -900,7 +905,7 @@
                "Dist::Zilla::Plugin::Git::Tag" : {
                   "branch" : null,
                   "signed" : 0,
-                  "tag" : "v0.33",
+                  "tag" : "v0.34",
                   "tag_format" : "v%v%t",
                   "tag_message" : "v%v%t",
                   "time_zone" : "local"
@@ -910,12 +915,12 @@
                }
             },
             "name" : "@Author::ETHER/Git::Tag",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::GitHub::Update",
             "name" : "@Author::ETHER/GitHub::Update",
-            "version" : "0.38"
+            "version" : "0.39"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -931,7 +936,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Push",
-            "version" : "2.028"
+            "version" : "2.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/META.yml new/aliased-0.34/META.yml
--- old/aliased-0.33/META.yml   2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/META.yml   2015-01-03 21:39:49.000000000 +0100
@@ -10,7 +10,6 @@
   if: '0'
   lib: '0'
   perl: '5.006'
-  warnings: '0'
 configure_requires:
   Module::Build::Tiny: '0.039'
   perl: '5.006'
@@ -28,17 +27,18 @@
 provides:
   aliased:
     file: lib/aliased.pm
-    version: '0.33'
+    version: '0.34'
 requires:
   Carp: '0'
   Exporter: '0'
   perl: '5.006'
   strict: '0'
+  warnings: '0'
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=aliased
   homepage: https://github.com/karenetheridge/aliased
   repository: https://github.com/karenetheridge/aliased.git
-version: '0.33'
+version: '0.34'
 x_Dist_Zilla:
   perl:
     version: '5.021006'
@@ -65,7 +65,7 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::NextVersion'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -110,7 +110,9 @@
       config:
         Dist::Zilla::Plugin::GatherDir:
           exclude_filename:
-            - ''
+            - README.pod
+            - LICENSE
+            - CONTRIBUTING
           exclude_match: []
           follow_symlinks: '0'
           include_dotfiles: '0'
@@ -122,7 +124,7 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::GatherDir'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::ETHER/MetaYAML'
@@ -249,14 +251,17 @@
       name: '@Author::ETHER/Test::Portability'
       version: '2.000005'
     -
+      class: Dist::Zilla::Plugin::Git::Describe
+      config:
+        Dist::Zilla::Plugin::Git::Describe:
+          on_package_line: '1'
+      name: '@Author::ETHER/Git::Describe'
+      version: '0.004'
+    -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@Author::ETHER/PkgVersion'
       version: '5.029'
     -
-      class: Dist::Zilla::Plugin::Git::Describe
-      name: '@Author::ETHER/Git::Describe'
-      version: '0.003'
-    -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
         Dist::Zilla::Plugin::PodWeaver:
@@ -267,75 +272,75 @@
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@Default/SingleEncoding'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Name
               name: '@Default/Name'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Version
               name: '@Default/Version'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Region
               name: '@Default/prelude'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Generic
               name: SYNOPSIS
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Generic
               name: DESCRIPTION
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Generic
               name: OVERVIEW
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Collect
               name: ATTRIBUTES
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Collect
               name: METHODS
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Collect
               name: FUNCTIONS
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@Default/Leftovers'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Region
               name: '@Default/postlude'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Authors
               name: '@Default/Authors'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Legal
               name: '@Default/Legal'
-              version: '4.009'
+              version: '4.010'
             -
               class: Pod::Weaver::Section::Contributors
               name: Contributors
-              version: '0.008'
+              version: '0.009'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: -Transformer
-              version: '4.009'
+              version: '4.010'
       name: '@Author::ETHER/PodWeaver'
       version: '4.006'
     -
@@ -385,7 +390,7 @@
           inherit_version: '1'
           meta_noindex: '1'
       name: '@Author::ETHER/MetaProvides::Package'
-      version: '2.001002'
+      version: '2.002000'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::ETHER/MetaConfig'
@@ -504,7 +509,7 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/initial check'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
@@ -543,7 +548,7 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/after tests'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::CheckIssues
       name: '@Author::ETHER/CheckIssues'
@@ -561,7 +566,7 @@
             - CONTRIBUTING
           match: []
       name: '@Author::ETHER/CopyFilesFromRelease'
-      version: '0.003'
+      version: '0.004'
     -
       class: Dist::Zilla::Plugin::Run::AfterRelease
       config:
@@ -574,8 +579,7 @@
       class: Dist::Zilla::Plugin::Git::Commit
       config:
         Dist::Zilla::Plugin::Git::Commit:
-          add_files_in:
-            - .
+          add_files_in: []
           commit_msg: '%N-%v%t%n%n%c'
           time_zone: local
         Dist::Zilla::Role::Git::DirtyFiles:
@@ -590,25 +594,25 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::Commit'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
         Dist::Zilla::Plugin::Git::Tag:
           branch: ~
           signed: 0
-          tag: v0.33
+          tag: v0.34
           tag_format: v%v%t
           tag_message: v%v%t
           time_zone: local
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::Tag'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::GitHub::Update
       name: '@Author::ETHER/GitHub::Update'
-      version: '0.38'
+      version: '0.39'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -619,7 +623,7 @@
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::Push'
-      version: '2.028'
+      version: '2.029'
     -
       class: Dist::Zilla::Plugin::Run::AfterRelease
       config:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/Makefile.PL new/aliased-0.34/Makefile.PL
--- old/aliased-0.33/Makefile.PL        2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/Makefile.PL        2015-01-03 21:39:49.000000000 +0100
@@ -77,7 +77,8 @@
   "PREREQ_PM" => {
     "Carp" => 0,
     "Exporter" => 0,
-    "strict" => 0
+    "strict" => 0,
+    "warnings" => 0
   },
   "TEST_REQUIRES" => {
     "B" => 0,
@@ -85,10 +86,9 @@
     "File::Spec" => 0,
     "Test::More" => 0,
     "if" => 0,
-    "lib" => 0,
-    "warnings" => 0
+    "lib" => 0
   },
-  "VERSION" => "0.33",
+  "VERSION" => "0.34",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/README new/aliased-0.34/README
--- old/aliased-0.33/README     2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/README     2015-01-03 21:39:49.000000000 +0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution aliased,
-version 0.33:
+version 0.34:
 
   Use shorter versions of class names.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/dist.ini new/aliased-0.34/dist.ini
--- old/aliased-0.33/dist.ini   2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/dist.ini   2015-01-03 21:39:49.000000000 +0100
@@ -12,7 +12,6 @@
 :version = 0.076
 changes_version_columns = 6
 Authority.authority = cpan:OVID
-Git::GatherDir.exclude_filename[] = ; first release only; @Author::ETHER 
hazabug :(
 AutoPrereqs.test_finder = TestsSansPrefix_t
 
 [Prereqs / DevelopRequires]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/lib/aliased.pm 
new/aliased-0.34/lib/aliased.pm
--- old/aliased-0.33/lib/aliased.pm     2014-12-21 03:19:38.000000000 +0100
+++ new/aliased-0.34/lib/aliased.pm     2015-01-03 21:39:49.000000000 +0100
@@ -1,12 +1,11 @@
-package aliased;
-# git description: v0.32-9-ge3824a4
-
+package aliased; # git description: v0.33-3-g0a61221
 # ABSTRACT: Use shorter versions of class names.
-{ our $VERSION = '0.33'; }
+$aliased::VERSION = '0.34';
 require Exporter;
 @EXPORT = qw(alias prefix);
 
 use strict;
+use warnings;
 
 sub _croak {
     require Carp;
@@ -109,7 +108,7 @@
 
 =head1 VERSION
 
-version 0.33
+version 0.34
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/t/00-report-prereqs.dd 
new/aliased-0.34/t/00-report-prereqs.dd
--- old/aliased-0.33/t/00-report-prereqs.dd     2014-12-21 03:19:38.000000000 
+0100
+++ new/aliased-0.34/t/00-report-prereqs.dd     2015-01-03 21:39:49.000000000 
+0100
@@ -7,7 +7,7 @@
                       },
        'develop' => {
                       'recommends' => {
-                                        
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.081'
+                                        
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.082'
                                       },
                       'requires' => {
                                       'Dist::Zilla' => '5',
@@ -28,9 +28,9 @@
                                       'Dist::Zilla::Plugin::Git::Check' => 
'2.025',
                                       
'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004',
                                       
'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0',
-                                      'Dist::Zilla::Plugin::Git::Commit' => 
'2.020',
+                                      'Dist::Zilla::Plugin::Git::Commit' => 
'0',
                                       'Dist::Zilla::Plugin::Git::Contributors' 
=> '0.004',
-                                      'Dist::Zilla::Plugin::Git::Describe' => 
'0',
+                                      'Dist::Zilla::Plugin::Git::Describe' => 
'0.004',
                                       'Dist::Zilla::Plugin::Git::GatherDir' => 
'2.016',
                                       'Dist::Zilla::Plugin::Git::NextVersion' 
=> '0',
                                       'Dist::Zilla::Plugin::Git::Push' => '0',
@@ -53,7 +53,7 @@
                                       
'Dist::Zilla::Plugin::ModuleBuildTiny::Fallback' => '0.006',
                                       'Dist::Zilla::Plugin::MojibakeTests' => 
'0',
                                       'Dist::Zilla::Plugin::NextRelease' => 
'4.300018',
-                                      'Dist::Zilla::Plugin::PkgVersion' => 
'5.026',
+                                      'Dist::Zilla::Plugin::PkgVersion' => 
'5.010',
                                       'Dist::Zilla::Plugin::PodCoverageTests' 
=> '0',
                                       'Dist::Zilla::Plugin::PodSyntaxTests' => 
'0',
                                       'Dist::Zilla::Plugin::PodWeaver' => 
'4.005',
@@ -101,7 +101,8 @@
                                       'Carp' => '0',
                                       'Exporter' => '0',
                                       'perl' => '5.006',
-                                      'strict' => '0'
+                                      'strict' => '0',
+                                      'warnings' => '0'
                                     }
                     },
        'test' => {
@@ -115,8 +116,7 @@
                                    'Test::More' => '0',
                                    'if' => '0',
                                    'lib' => '0',
-                                   'perl' => '5.006',
-                                   'warnings' => '0'
+                                   'perl' => '5.006'
                                  }
                  }
      };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/xt/release/changes_has_content.t 
new/aliased-0.34/xt/release/changes_has_content.t
--- old/aliased-0.33/xt/release/changes_has_content.t   2014-12-21 
03:19:38.000000000 +0100
+++ new/aliased-0.34/xt/release/changes_has_content.t   2015-01-03 
21:39:49.000000000 +0100
@@ -4,7 +4,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.33';
+my $newver = '0.34';
 my $trial_token = '-TRIAL';
 
 SKIP: {

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to