Hello community,
here is the log from the commit of package perl-Class-Method-Modifiers for
openSUSE:Factory checked in at 2013-11-26 19:24:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Method-Modifiers"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
2013-10-06 14:53:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
2013-11-26 19:24:23.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Nov 25 07:39:41 UTC 2013 - [email protected]
+
+- updated to 2.08
+ - remove requirement on perl 5.8 in metadata
+ - repository migrated to the github moose organization
+ - remove t/00-check-deps.t, which fails on old toolchains that do not
+ understand configure_requires
+
+-------------------------------------------------------------------
Old:
----
Class-Method-Modifiers-2.07.tar.gz
New:
----
Class-Method-Modifiers-2.08.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Method-Modifiers.spec ++++++
--- /var/tmp/diff_new_pack.rGKPyX/_old 2013-11-26 19:24:23.000000000 +0100
+++ /var/tmp/diff_new_pack.rGKPyX/_new 2013-11-26 19:24:23.000000000 +0100
@@ -17,7 +17,7 @@
Name: perl-Class-Method-Modifiers
-Version: 2.07
+Version: 2.08
Release: 0
%define cpan_name Class-Method-Modifiers
Summary: provides Moose-like method modifiers
@@ -29,8 +29,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build::Tiny) >= 0.027
-BuildRequires: perl(Test::CheckDeps) >= 0.007
+BuildRequires: perl(Module::Build::Tiny) >= 0.028
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.94
#BuildRequires: perl(Class::Method::Modifiers)
++++++ Class-Method-Modifiers-2.07.tar.gz -> Class-Method-Modifiers-2.08.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/Build.PL
new/Class-Method-Modifiers-2.08/Build.PL
--- old/Class-Method-Modifiers-2.07/Build.PL 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/Build.PL 2013-10-11 02:30:43.000000000
+0200
@@ -1,3 +1,3 @@
-use 5.008;
-use Module::Build::Tiny 0.027;
+use 5.006;
+use Module::Build::Tiny 0.028;
Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/Changes
new/Class-Method-Modifiers-2.08/Changes
--- old/Class-Method-Modifiers-2.07/Changes 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/Changes 2013-10-11 02:30:43.000000000
+0200
@@ -1,5 +1,11 @@
Revision history for Class-Method-Modifiers
+2.08 2013-10-11 00:30:32Z (Karen Etheridge)
+ - remove requirement on perl 5.8 in metadata
+ - repository migrated to the github moose organization
+ - remove t/00-check-deps.t, which fails on old toolchains that do not
+ understand configure_requires
+
2.07 2013-09-22 22:09:32Z (Karen Etheridge)
- removed dependency on Test::Warnings in tests (now reserved for
author testing)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/INSTALL
new/Class-Method-Modifiers-2.08/INSTALL
--- old/Class-Method-Modifiers-2.07/INSTALL 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/INSTALL 2013-10-11 02:30:43.000000000
+0200
@@ -25,20 +25,6 @@
As a last resort, you can manually install it. Download the tarball, untar it,
then build it:
- % perl Makefile.PL
- % make && make test
-
-Then install it:
-
- % make install
-
-If you are installing into a system-wide directory, you may need to run:
-
- % sudo make install
-
-As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
-
% perl Build.PL
% ./Build && ./Build test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/MANIFEST
new/Class-Method-Modifiers-2.08/MANIFEST
--- old/Class-Method-Modifiers-2.07/MANIFEST 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/MANIFEST 2013-10-11 02:30:43.000000000
+0200
@@ -9,7 +9,6 @@
README
dist.ini
lib/Class/Method/Modifiers.pm
-t/00-check-deps.t
t/00-compile.t
t/00-report-prereqs.t
t/000-load.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/META.json
new/Class-Method-Modifiers-2.08/META.json
--- old/Class-Method-Modifiers-2.07/META.json 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/META.json 2013-10-11 02:30:43.000000000
+0200
@@ -4,7 +4,7 @@
"Shawn M Moore <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter
version 2.132620",
+ "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter
version 2.132830",
"license" : [
"perl_5"
],
@@ -24,7 +24,7 @@
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30",
- "Module::Build::Tiny" : "0.027"
+ "Module::Build::Tiny" : "0.028"
}
},
"develop" : {
@@ -50,7 +50,7 @@
"Carp" : "0",
"Exporter" : "0",
"base" : "0",
- "perl" : "5.008",
+ "perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
@@ -63,7 +63,6 @@
"IO::Handle" : "0",
"IPC::Open3" : "0",
"List::Util" : "0",
- "Test::CheckDeps" : "0.007",
"Test::Fatal" : "0",
"Test::More" : "0.94",
"if" : "0"
@@ -73,7 +72,7 @@
"provides" : {
"Class::Method::Modifiers" : {
"file" : "lib/Class/Method/Modifiers.pm",
- "version" : "2.07"
+ "version" : "2.08"
}
},
"release_status" : "stable",
@@ -82,17 +81,17 @@
"mailto" : "[email protected]",
"web" :
"https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Method-Modifiers"
},
- "homepage" : "https://github.com/karenetheridge/Class-Method-Modifiers",
+ "homepage" : "https://github.com/moose/Class-Method-Modifiers",
"repository" : {
"type" : "git",
- "url" :
"https://github.com/karenetheridge/Class-Method-Modifiers.git",
- "web" : "https://github.com/karenetheridge/Class-Method-Modifiers"
+ "url" : "https://github.com/moose/Class-Method-Modifiers.git",
+ "web" : "https://github.com/moose/Class-Method-Modifiers"
}
},
- "version" : "2.07",
+ "version" : "2.08",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.019003"
+ "version" : "5.019004"
},
"plugins" : [
{
@@ -103,12 +102,12 @@
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
"name" : "@Author::ETHER/build",
- "version" : "0.005"
+ "version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
"name" : "@Author::ETHER/release",
- "version" : "0.005"
+ "version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
@@ -169,12 +168,7 @@
}
},
"name" : "@Author::ETHER/Test::Compile",
- "version" : "2.033"
- },
- {
- "class" : "Dist::Zilla::Plugin::Test::CheckDeps",
- "name" : "@Author::ETHER/Test::CheckDeps",
- "version" : "0.008"
+ "version" : "2.034"
},
{
"class" : "Dist::Zilla::Plugin::Test::NoTabs",
@@ -190,7 +184,7 @@
}
},
"name" : "@Author::ETHER/Test::NoTabs",
- "version" : "0.02"
+ "version" : "0.05"
},
{
"class" : "Dist::Zilla::Plugin::EOLTests",
@@ -290,7 +284,7 @@
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
"name" : "@Author::ETHER/GithubMeta",
- "version" : "0.38"
+ "version" : "0.42"
},
{
"class" : "Dist::Zilla::Plugin::AutoMetaResources",
@@ -359,7 +353,7 @@
{
"class" : "Dist::Zilla::Plugin::MakeMaker::Fallback",
"name" : "@Author::ETHER/MakeMaker::Fallback",
- "version" : "0.001"
+ "version" : "0.002"
},
{
"class" : "Dist::Zilla::Plugin::ModuleBuildTiny",
@@ -369,7 +363,7 @@
{
"class" : "Dist::Zilla::Plugin::InstallGuide",
"name" : "@Author::ETHER/InstallGuide",
- "version" : "1.200000"
+ "version" : "1.200001"
},
{
"class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
@@ -394,12 +388,12 @@
{
"class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
"name" : "@Author::ETHER/Git::CheckFor::MergeConflicts",
- "version" : "0.006"
+ "version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
"name" : "@Author::ETHER/Git::CheckFor::CorrectBranch",
- "version" : "0.006"
+ "version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::Remote::Check",
@@ -458,6 +452,17 @@
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
+ "config" : {
+ "Dist::Zilla::Plugin::Prereqs" : {
+ "phase" : "runtime",
+ "type" : "requires"
+ }
+ },
+ "name" : "RuntimeRequires",
+ "version" : "4.300039"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/META.yml
new/Class-Method-Modifiers-2.08/META.yml
--- old/Class-Method-Modifiers-2.07/META.yml 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/META.yml 2013-10-11 02:30:43.000000000
+0200
@@ -9,15 +9,14 @@
IO::Handle: 0
IPC::Open3: 0
List::Util: 0
- Test::CheckDeps: 0.007
Test::Fatal: 0
Test::More: 0.94
if: 0
configure_requires:
ExtUtils::MakeMaker: 6.30
- Module::Build::Tiny: 0.027
+ Module::Build::Tiny: 0.028
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version
2.132620'
+generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version
2.132830'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,23 +30,23 @@
provides:
Class::Method::Modifiers:
file: lib/Class/Method/Modifiers.pm
- version: 2.07
+ version: 2.08
requires:
B: 0
Carp: 0
Exporter: 0
base: 0
- perl: 5.008
+ perl: 5.006
strict: 0
warnings: 0
resources:
bugtracker:
https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Method-Modifiers
- homepage: https://github.com/karenetheridge/Class-Method-Modifiers
- repository: https://github.com/karenetheridge/Class-Method-Modifiers.git
-version: 2.07
+ homepage: https://github.com/moose/Class-Method-Modifiers
+ repository: https://github.com/moose/Class-Method-Modifiers.git
+version: 2.08
x_Dist_Zilla:
perl:
- version: 5.019003
+ version: 5.019004
plugins:
-
class: Dist::Zilla::Plugin::Git::NextVersion
@@ -56,11 +55,11 @@
-
class: Dist::Zilla::Plugin::PromptIfStale
name: '@Author::ETHER/build'
- version: 0.005
+ version: 0.007
-
class: Dist::Zilla::Plugin::PromptIfStale
name: '@Author::ETHER/release'
- version: 0.005
+ version: 0.007
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Author::ETHER/ExecDir'
@@ -107,11 +106,7 @@
- ':ExecFiles'
- '@Author::ETHER/Examples'
name: '@Author::ETHER/Test::Compile'
- version: 2.033
- -
- class: Dist::Zilla::Plugin::Test::CheckDeps
- name: '@Author::ETHER/Test::CheckDeps'
- version: 0.008
+ version: 2.034
-
class: Dist::Zilla::Plugin::Test::NoTabs
config:
@@ -122,7 +117,7 @@
- ':ExecFiles'
- '@Author::ETHER/Examples'
name: '@Author::ETHER/Test::NoTabs'
- version: 0.02
+ version: 0.05
-
class: Dist::Zilla::Plugin::EOLTests
name: '@Author::ETHER/EOLTests'
@@ -202,7 +197,7 @@
-
class: Dist::Zilla::Plugin::GithubMeta
name: '@Author::ETHER/GithubMeta'
- version: 0.38
+ version: 0.42
-
class: Dist::Zilla::Plugin::AutoMetaResources
name: '@Author::ETHER/AutoMetaResources'
@@ -256,7 +251,7 @@
-
class: Dist::Zilla::Plugin::MakeMaker::Fallback
name: '@Author::ETHER/MakeMaker::Fallback'
- version: 0.001
+ version: 0.002
-
class: Dist::Zilla::Plugin::ModuleBuildTiny
name: '@Author::ETHER/ModuleBuildTiny'
@@ -264,7 +259,7 @@
-
class: Dist::Zilla::Plugin::InstallGuide
name: '@Author::ETHER/InstallGuide'
- version: 1.200000
+ version: 1.200001
-
class: Dist::Zilla::Plugin::CopyFilesFromBuild
name: '@Author::ETHER/CopyFilesFromBuild'
@@ -284,11 +279,11 @@
-
class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
- version: 0.006
+ version: 0.007
-
class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
- version: 0.006
+ version: 0.007
-
class: Dist::Zilla::Plugin::Git::Remote::Check
name: '@Author::ETHER/Git::Remote::Check'
@@ -336,6 +331,14 @@
-
class: Dist::Zilla::Plugin::Prereqs
config:
+ Dist::Zilla::Plugin::Prereqs:
+ phase: runtime
+ type: requires
+ name: RuntimeRequires
+ version: 4.300039
+ -
+ class: Dist::Zilla::Plugin::Prereqs
+ config:
Dist::Zilla::Plugin::Prereqs:
phase: develop
type: requires
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/Makefile.PL
new/Class-Method-Modifiers-2.08/Makefile.PL
--- old/Class-Method-Modifiers-2.07/Makefile.PL 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/Makefile.PL 2013-10-11 02:30:43.000000000
+0200
@@ -27,13 +27,14 @@
sleep 10 if -t STDIN;
-# This Makefile.PL for was generated by
Dist::Zilla::Plugin::MakeMaker::Fallback 0.001.
+# This Makefile.PL for Class-Method-Modifiers was generated by
+# Dist::Zilla::Plugin::MakeMaker::Fallback 0.002.
# Don't edit it but the dist.ini used to construct it.
use strict;
use warnings;
-use 5.008;
+use 5.006;
use ExtUtils::MakeMaker 6.30;
@@ -45,7 +46,7 @@
"BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30",
- "Module::Build::Tiny" => "0.027"
+ "Module::Build::Tiny" => "0.028"
},
"DISTNAME" => "Class-Method-Modifiers",
"EXE_FILES" => [],
@@ -66,12 +67,11 @@
"IO::Handle" => 0,
"IPC::Open3" => 0,
"List::Util" => 0,
- "Test::CheckDeps" => "0.007",
"Test::Fatal" => 0,
"Test::More" => "0.94",
"if" => 0
},
- "VERSION" => "2.07",
+ "VERSION" => "2.08",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/README
new/Class-Method-Modifiers-2.08/README
--- old/Class-Method-Modifiers-2.07/README 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/README 2013-10-11 02:30:43.000000000
+0200
@@ -1,7 +1,7 @@
This archive contains the distribution Class-Method-Modifiers,
-version 2.07:
+version 2.08:
provides Moose-like method modifiers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/dist.ini
new/Class-Method-Modifiers-2.08/dist.ini
--- old/Class-Method-Modifiers-2.07/dist.ini 2013-09-23 00:09:40.000000000
+0200
+++ new/Class-Method-Modifiers-2.08/dist.ini 2013-10-11 02:30:43.000000000
+0200
@@ -8,12 +8,16 @@
:version = 0.025 ; MakeMaker::Fallback and ModuleBuildTiny
-remove = PodWeaver ; can add later, if desired
Authority.authority = cpan:SARTAK
+Test::MinimumVersion.max_target_perl = 5.006000
+-remove = Test::CheckDeps ; for now, skip this test; bring it back
+ ; when we make it informative without failing
-; authordep Pod::Weaver::Plugin::Encoding
-; authordep Pod::Weaver::Plugin::StopWords
; authordep Pod::Weaver::Section::Contributors
[ContributorsFromGit]
+[Prereqs / RuntimeRequires]
+Exporter = 0
+
[Prereqs / DevelopRequires]
Test::Warnings = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Class-Method-Modifiers-2.07/lib/Class/Method/Modifiers.pm
new/Class-Method-Modifiers-2.08/lib/Class/Method/Modifiers.pm
--- old/Class-Method-Modifiers-2.07/lib/Class/Method/Modifiers.pm
2013-09-23 00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/lib/Class/Method/Modifiers.pm
2013-10-11 02:30:43.000000000 +0200
@@ -3,14 +3,16 @@
$Class::Method::Modifiers::AUTHORITY = 'cpan:SARTAK';
}
{
- $Class::Method::Modifiers::VERSION = '2.07';
+ $Class::Method::Modifiers::VERSION = '2.08';
}
-# git description: v2.06-4-g9502801
+# git description: v2.07-9-g9481a38
use strict;
use warnings;
-use base 'Exporter';
+# work around https://rt.cpan.org/Ticket/Display.html?id=89173
+use base ('Exp'.'orter');
+
our @EXPORT = qw(before after around);
our @EXPORT_OK = (@EXPORT, qw(fresh install_modifier));
our %EXPORT_TAGS = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/t/00-check-deps.t
new/Class-Method-Modifiers-2.08/t/00-check-deps.t
--- old/Class-Method-Modifiers-2.07/t/00-check-deps.t 2013-09-23
00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/t/00-check-deps.t 1970-01-01
01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::CheckDeps 0.008
-
-use Test::More 0.94;
-use Test::CheckDeps 0.007;
-
-check_dependencies('suggests');
-
-if (1) {
- BAIL_OUT("Missing dependencies") if !Test::More->builder->is_passing;
-}
-
-done_testing;
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/t/00-compile.t
new/Class-Method-Modifiers-2.08/t/00-compile.t
--- old/Class-Method-Modifiers-2.07/t/00-compile.t 2013-09-23
00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/t/00-compile.t 2013-10-11
02:30:43.000000000 +0200
@@ -1,7 +1,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.033
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.034
use Test::More 0.94 tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
@@ -30,7 +30,7 @@
binmode $stderr, ':crlf' if $^O eq 'MSWin32';
my @_warnings = <$stderr>;
waitpid($pid, 0);
- is($? >> 8, 0, "$lib loaded ok");
+ is($?, 0, "$lib loaded ok");
if (@_warnings)
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/t/00-report-prereqs.t
new/Class-Method-Modifiers-2.08/t/00-report-prereqs.t
--- old/Class-Method-Modifiers-2.07/t/00-report-prereqs.t 2013-09-23
00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/t/00-report-prereqs.t 2013-10-11
02:30:43.000000000 +0200
@@ -20,7 +20,6 @@
IPC::Open3
List::Util
Module::Build::Tiny
- Test::CheckDeps
Test::Fatal
Test::More
base
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Class-Method-Modifiers-2.07/xt/release/changes_has_content.t
new/Class-Method-Modifiers-2.08/xt/release/changes_has_content.t
--- old/Class-Method-Modifiers-2.07/xt/release/changes_has_content.t
2013-09-23 00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/xt/release/changes_has_content.t
2013-10-11 02:30:43.000000000 +0200
@@ -4,7 +4,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '2.07';
+my $newver = '2.08';
my $trial_token = '-TRIAL';
SKIP: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Class-Method-Modifiers-2.07/xt/release/minimum-version.t
new/Class-Method-Modifiers-2.08/xt/release/minimum-version.t
--- old/Class-Method-Modifiers-2.07/xt/release/minimum-version.t
2013-09-23 00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/xt/release/minimum-version.t
2013-10-11 02:30:43.000000000 +0200
@@ -5,4 +5,4 @@
eval "use Test::MinimumVersion";
plan skip_all => "Test::MinimumVersion required for testing minimum versions"
if $@;
-all_minimum_version_ok( qq{5.008008} );
+all_minimum_version_ok( qq{5.006000} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Method-Modifiers-2.07/xt/release/no-tabs.t
new/Class-Method-Modifiers-2.08/xt/release/no-tabs.t
--- old/Class-Method-Modifiers-2.07/xt/release/no-tabs.t 2013-09-23
00:09:40.000000000 +0200
+++ new/Class-Method-Modifiers-2.08/xt/release/no-tabs.t 2013-10-11
02:30:43.000000000 +0200
@@ -1,7 +1,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.02
+# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.05
use Test::More 0.88;
use Test::NoTabs;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]