Hello community, here is the log from the commit of package perl-MooseX-Types for openSUSE:Factory checked in at 2014-02-12 07:17:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types (Old) and /work/SRC/openSUSE:Factory/.perl-MooseX-Types.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Types" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MooseX-Types/perl-MooseX-Types.changes 2013-12-12 11:21:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-MooseX-Types.new/perl-MooseX-Types.changes 2014-02-12 09:48:31.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Feb 9 13:31:11 UTC 2014 - [email protected] + +- updated to 0.41 + - reversed changes in 0.40, until compatibility issues with older + Moose versions are figured out + - types are now properly installed into the proper package, so they + survive namespace::autoclean + +------------------------------------------------------------------- Old: ---- MooseX-Types-0.39.tar.gz New: ---- MooseX-Types-0.41.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MooseX-Types.spec ++++++ --- /var/tmp/diff_new_pack.ATDjUX/_old 2014-02-12 09:48:32.000000000 +0100 +++ /var/tmp/diff_new_pack.ATDjUX/_new 2014-02-12 09:48:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-MooseX-Types # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-MooseX-Types -Version: 0.39 +Version: 0.41 Release: 0 %define cpan_name MooseX-Types Summary: Organise your Moose types in libraries @@ -43,25 +43,6 @@ BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Requires) BuildRequires: perl(namespace::autoclean) >= 0.08 -#BuildRequires: perl(DecoratorLibrary) -#BuildRequires: perl(IntrospectTypeExports) -#BuildRequires: perl(MooseX::Types) -#BuildRequires: perl(MooseX::Types::Base) -#BuildRequires: perl(MooseX::Types::CheckedUtilExports) -#BuildRequires: perl(MooseX::Types::Combine) -#BuildRequires: perl(MooseX::Types::Moose) -#BuildRequires: perl(MooseX::Types::TypeDecorator) -#BuildRequires: perl(MooseX::Types::UndefinedType) -#BuildRequires: perl(MooseX::Types::Util) -#BuildRequires: perl(MooseX::Types::Wrapper) -#BuildRequires: perl(Pod::Wordlist) -#BuildRequires: perl(SubExporterCompatibility) -#BuildRequires: perl(Test::Kwalitee) -#BuildRequires: perl(TestLibrary) -#BuildRequires: perl(TestNamespaceSep) -#BuildRequires: perl(Test::NoTabs) -#BuildRequires: perl(Test::Spelling) >= 0.12 -#BuildRequires: perl(TestWrapper) Requires: perl(Carp::Clan) >= 6.00 Requires: perl(Module::Runtime) Requires: perl(Moose) >= 1.06 ++++++ MooseX-Types-0.39.tar.gz -> MooseX-Types-0.41.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/CONTRIBUTING new/MooseX-Types-0.41/CONTRIBUTING --- old/MooseX-Types-0.39/CONTRIBUTING 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/CONTRIBUTING 2013-12-21 18:21:59.000000000 +0100 @@ -70,7 +70,9 @@ There is also a mailing list available for users of this distribution, at http://lists.perl.org/list/moose.html. +There is also an irc channel available for users of this distribution, at +irc://irc.perl.org/#moose. -This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.002 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.041. +This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.003 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.043. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/Changes new/MooseX-Types-0.41/Changes --- old/MooseX-Types-0.39/Changes 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/Changes 2013-12-21 18:21:59.000000000 +0100 @@ -1,5 +1,13 @@ Revision history for MooseX-Types +0.41 2013-12-21 17:21:41Z + - reversed changes in 0.40, until compatibility issues with older + Moose versions are figured out + +0.40 2013-12-20 06:38:15Z + - types are now properly installed into the proper package, so they + survive namespace::autoclean + 0.39 2013-11-30 18:31:32Z - more strict warnings checking in tests - re-release to fix compile test diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/MANIFEST new/MooseX-Types-0.41/MANIFEST --- old/MooseX-Types-0.39/MANIFEST 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/MANIFEST 2013-12-21 18:21:59.000000000 +0100 @@ -38,7 +38,6 @@ t/lib/Combined.pm t/lib/DecoratorLibrary.pm t/lib/Empty.pm -t/lib/IntrospectTypeExports.pm t/lib/SubExporterCompatibility.pm t/lib/TestLibrary.pm t/lib/TestLibrary2.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/META.json new/MooseX-Types-0.41/META.json --- old/MooseX-Types-0.39/META.json 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/META.json 2013-12-21 18:21:59.000000000 +0100 @@ -4,7 +4,7 @@ "Robert \"phaylon\" Sedlacek <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830", + "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.133380", "license" : [ "perl_5" ], @@ -29,7 +29,7 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.041" + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.043" }, "requires" : { "Dist::Zilla" : "5.006", @@ -99,39 +99,39 @@ "provides" : { "MooseX::Types" : { "file" : "lib/MooseX/Types.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::Base" : { "file" : "lib/MooseX/Types/Base.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::CheckedUtilExports" : { "file" : "lib/MooseX/Types/CheckedUtilExports.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::Combine" : { "file" : "lib/MooseX/Types/Combine.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::Moose" : { "file" : "lib/MooseX/Types/Moose.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::TypeDecorator" : { "file" : "lib/MooseX/Types/TypeDecorator.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::UndefinedType" : { "file" : "lib/MooseX/Types/UndefinedType.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::Util" : { "file" : "lib/MooseX/Types/Util.pm", - "version" : "0.39" + "version" : "0.41" }, "MooseX::Types::Wrapper" : { "file" : "lib/MooseX/Types/Wrapper.pm", - "version" : "0.39" + "version" : "0.41" } }, "release_status" : "stable", @@ -149,7 +149,7 @@ "x_IRC" : "irc://irc.perl.org/#moose", "x_MailingList" : "http://lists.perl.org/list/moose.html" }, - "version" : "0.39", + "version" : "0.41", "x_Dist_Zilla" : { "perl" : { "version" : "5.019006" @@ -257,7 +257,7 @@ { "class" : "Pod::Weaver::Section::Contributors", "name" : "Contributors", - "version" : "0.006" + "version" : "0.007" } ] } @@ -268,7 +268,7 @@ { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "name" : "@Author::ETHER/Git::NextVersion", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -284,7 +284,7 @@ } }, "name" : "@Author::ETHER/build", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -294,19 +294,11 @@ "check_all_prereqs" : "1", "modules" : [], "phase" : "release", - "skip" : [ - "Dist::Zilla::Plugin::Git::Check", - "Dist::Zilla::Plugin::Git::Commit", - "Dist::Zilla::Plugin::Git::GatherDir", - "Dist::Zilla::Plugin::Git::NextVersion", - "Dist::Zilla::Plugin::Git::Push", - "Dist::Zilla::Plugin::Git::Tag", - "Dist::Zilla::Plugin::Git::Init" - ] + "skip" : [] } }, "name" : "@Author::ETHER/release", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::ExecDir", @@ -326,7 +318,7 @@ { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", @@ -364,7 +356,7 @@ } }, "name" : "@Author::ETHER/GenerateFile::ShareDir", - "version" : "0.002" + "version" : "0.003" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -381,7 +373,7 @@ } }, "name" : "@Author::ETHER/Test::Compile", - "version" : "2.038" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Test::NoTabs", @@ -397,7 +389,7 @@ } }, "name" : "@Author::ETHER/Test::NoTabs", - "version" : "0.05" + "version" : "0.06" }, { "class" : "Dist::Zilla::Plugin::EOLTests", @@ -437,7 +429,7 @@ { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", "name" : "@Author::ETHER/Test::PodSpelling", - "version" : "2.006001" + "version" : "2.006002" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::No404s", @@ -497,7 +489,7 @@ { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", "name" : "@Author::ETHER/ReadmeAnyFromPod", - "version" : "0.133290" + "version" : "0.133360" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -582,7 +574,7 @@ { "class" : "Dist::Zilla::Plugin::MakeMaker::Fallback", "name" : "@Author::ETHER/MakeMaker::Fallback", - "version" : "0.004" + "version" : "0.005" }, { "class" : "Dist::Zilla::Plugin::ModuleBuildTiny", @@ -597,7 +589,7 @@ { "class" : "Dist::Zilla::Plugin::CheckSelfDependency", "name" : "@Author::ETHER/CheckSelfDependency", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::Run::AfterBuild", @@ -607,7 +599,7 @@ { "class" : "Dist::Zilla::Plugin::Git::Check", "name" : "@Author::ETHER/initial check", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", @@ -637,7 +629,7 @@ { "class" : "Dist::Zilla::Plugin::Git::Check", "name" : "@Author::ETHER/after tests", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", @@ -652,22 +644,22 @@ { "class" : "Dist::Zilla::Plugin::Git::Commit", "name" : "@Author::ETHER/Git::Commit", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@Author::ETHER/Git::Tag", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::GitHub::Update", "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.35" + "version" : "0.36" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "name" : "@Author::ETHER/Git::Push", - "version" : "2.017" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::InstallRelease", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/META.yml new/MooseX-Types-0.41/META.yml --- old/MooseX-Types-0.39/META.yml 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/META.yml 2013-12-21 18:21:59.000000000 +0100 @@ -16,7 +16,7 @@ ExtUtils::MakeMaker: 6.30 Module::Build::Tiny: 0.030 dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830' +generated_by: 'Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.133380' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -30,31 +30,31 @@ provides: MooseX::Types: file: lib/MooseX/Types.pm - version: 0.39 + version: 0.41 MooseX::Types::Base: file: lib/MooseX/Types/Base.pm - version: 0.39 + version: 0.41 MooseX::Types::CheckedUtilExports: file: lib/MooseX/Types/CheckedUtilExports.pm - version: 0.39 + version: 0.41 MooseX::Types::Combine: file: lib/MooseX/Types/Combine.pm - version: 0.39 + version: 0.41 MooseX::Types::Moose: file: lib/MooseX/Types/Moose.pm - version: 0.39 + version: 0.41 MooseX::Types::TypeDecorator: file: lib/MooseX/Types/TypeDecorator.pm - version: 0.39 + version: 0.41 MooseX::Types::UndefinedType: file: lib/MooseX/Types/UndefinedType.pm - version: 0.39 + version: 0.41 MooseX::Types::Util: file: lib/MooseX/Types/Util.pm - version: 0.39 + version: 0.41 MooseX::Types::Wrapper: file: lib/MooseX/Types/Wrapper.pm - version: 0.39 + version: 0.41 requires: Carp: 0 Carp::Clan: 6.00 @@ -79,7 +79,7 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Types homepage: https://github.com/moose/MooseX-Types repository: https://github.com/moose/MooseX-Types.git -version: 0.39 +version: 0.41 x_Dist_Zilla: perl: version: 5.019006 @@ -167,13 +167,13 @@ - class: Pod::Weaver::Section::Contributors name: Contributors - version: 0.006 + version: 0.007 name: SurgicalPodWeaver version: 0.0021 - class: Dist::Zilla::Plugin::Git::NextVersion name: '@Author::ETHER/Git::NextVersion' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -185,7 +185,7 @@ phase: build skip: [] name: '@Author::ETHER/build' - version: 0.014 + version: 0.015 - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -194,16 +194,9 @@ check_all_prereqs: 1 modules: [] phase: release - skip: - - Dist::Zilla::Plugin::Git::Check - - Dist::Zilla::Plugin::Git::Commit - - Dist::Zilla::Plugin::Git::GatherDir - - Dist::Zilla::Plugin::Git::NextVersion - - Dist::Zilla::Plugin::Git::Push - - Dist::Zilla::Plugin::Git::Tag - - Dist::Zilla::Plugin::Git::Init + skip: [] name: '@Author::ETHER/release' - version: 0.014 + version: 0.015 - class: Dist::Zilla::Plugin::ExecDir name: '@Author::ETHER/ExecDir' @@ -219,7 +212,7 @@ - class: Dist::Zilla::Plugin::Git::GatherDir name: '@Author::ETHER/Git::GatherDir' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' @@ -249,7 +242,7 @@ encoding: UTF-8 source_filename: CONTRIBUTING name: '@Author::ETHER/GenerateFile::ShareDir' - version: 0.002 + version: 0.003 - class: Dist::Zilla::Plugin::Test::Compile config: @@ -261,7 +254,7 @@ - ':ExecFiles' - '@Author::ETHER/Examples' name: '@Author::ETHER/Test::Compile' - version: 2.038 + version: 2.039 - class: Dist::Zilla::Plugin::Test::NoTabs config: @@ -272,7 +265,7 @@ - ':ExecFiles' - '@Author::ETHER/Examples' name: '@Author::ETHER/Test::NoTabs' - version: 0.05 + version: 0.06 - class: Dist::Zilla::Plugin::EOLTests name: '@Author::ETHER/EOLTests' @@ -304,7 +297,7 @@ - class: Dist::Zilla::Plugin::Test::PodSpelling name: '@Author::ETHER/Test::PodSpelling' - version: 2.006001 + version: 2.006002 - class: Dist::Zilla::Plugin::Test::Pod::No404s name: '@Author::ETHER/Test::Pod::No404s' @@ -352,7 +345,7 @@ - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Author::ETHER/ReadmeAnyFromPod' - version: 0.133290 + version: 0.133360 - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::ETHER/GithubMeta' @@ -418,7 +411,7 @@ - class: Dist::Zilla::Plugin::MakeMaker::Fallback name: '@Author::ETHER/MakeMaker::Fallback' - version: 0.004 + version: 0.005 - class: Dist::Zilla::Plugin::ModuleBuildTiny name: '@Author::ETHER/ModuleBuildTiny' @@ -430,7 +423,7 @@ - class: Dist::Zilla::Plugin::CheckSelfDependency name: '@Author::ETHER/CheckSelfDependency' - version: 0.005 + version: 0.006 - class: Dist::Zilla::Plugin::Run::AfterBuild name: '@Author::ETHER/Run::AfterBuild' @@ -438,7 +431,7 @@ - class: Dist::Zilla::Plugin::Git::Check name: '@Author::ETHER/initial check' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts name: '@Author::ETHER/Git::CheckFor::MergeConflicts' @@ -462,7 +455,7 @@ - class: Dist::Zilla::Plugin::Git::Check name: '@Author::ETHER/after tests' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' @@ -474,19 +467,19 @@ - class: Dist::Zilla::Plugin::Git::Commit name: '@Author::ETHER/Git::Commit' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::Git::Tag name: '@Author::ETHER/Git::Tag' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::GitHub::Update name: '@Author::ETHER/GitHub::Update' - version: 0.35 + version: 0.36 - class: Dist::Zilla::Plugin::Git::Push name: '@Author::ETHER/Git::Push' - version: 2.017 + version: 2.019 - class: Dist::Zilla::Plugin::InstallRelease name: '@Author::ETHER/InstallRelease' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/Makefile.PL new/MooseX-Types-0.41/Makefile.PL --- old/MooseX-Types-0.39/Makefile.PL 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/Makefile.PL 2013-12-21 18:21:59.000000000 +0100 @@ -1,5 +1,5 @@ # This Makefile.PL for MooseX-Types was generated by -# Dist::Zilla::Plugin::MakeMaker::Fallback 0.004. +# Dist::Zilla::Plugin::MakeMaker::Fallback 0.005. # Don't edit it but the dist.ini used to construct it. use strict; @@ -21,10 +21,10 @@ } else { - warn <<'EOW'; + $ENV{PERL_MM_FALLBACK_SILENCE_WARNING} or warn <<'EOW'; *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** -If you're seeing this warning, your toolchain is really, really old and you'll +If you're seeing this warning, your toolchain is really, really old* and you'll almost certainly have problems installing CPAN modules from this century. But never fear, dear user, for we have the technology to fix this! @@ -45,6 +45,15 @@ This public service announcement was brought to you by the Perl Toolchain Gang, the irc.perl.org #toolchain IRC channel, and the number 42. +---- + +* Alternatively, you are doing something overly clever, in which case you +should consider setting the 'prefer_installer' config option in CPAN.pm, or +'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively. + +You can also silence this warning for future installations by setting the +PERL_MM_FALLBACK_SILENCE_WARNING environment variable. + EOW sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)); @@ -98,7 +107,7 @@ "if" => 0, "lib" => 0 }, - "VERSION" => "0.39", + "VERSION" => "0.41", "test" => { "TESTS" => "t/*.t t/regressions/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/README new/MooseX-Types-0.41/README --- old/MooseX-Types-0.39/README 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/README 2013-12-21 18:21:59.000000000 +0100 @@ -1,7 +1,7 @@ This archive contains the distribution MooseX-Types, -version 0.39: +version 0.41: Organise your Moose types in libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/README.md new/MooseX-Types-0.41/README.md --- old/MooseX-Types-0.39/README.md 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/README.md 2013-12-21 18:21:59.000000000 +0100 @@ -4,7 +4,7 @@ # VERSION -version 0.39 +version 0.41 # SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/Base.pm new/MooseX-Types-0.41/lib/MooseX/Types/Base.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/Base.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/Base.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::Base; { - $MooseX::Types::Base::VERSION = '0.39'; + $MooseX::Types::Base::VERSION = '0.41'; } BEGIN { $MooseX::Types::Base::AUTHORITY = 'cpan:PHAYLON'; @@ -217,7 +217,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/CheckedUtilExports.pm new/MooseX-Types-0.41/lib/MooseX/Types/CheckedUtilExports.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/CheckedUtilExports.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/CheckedUtilExports.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::CheckedUtilExports; { - $MooseX::Types::CheckedUtilExports::VERSION = '0.39'; + $MooseX::Types::CheckedUtilExports::VERSION = '0.41'; } BEGIN { $MooseX::Types::CheckedUtilExports::AUTHORITY = 'cpan:PHAYLON'; @@ -78,7 +78,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/Combine.pm new/MooseX-Types-0.41/lib/MooseX/Types/Combine.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/Combine.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/Combine.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::Combine; { - $MooseX::Types::Combine::VERSION = '0.39'; + $MooseX::Types::Combine::VERSION = '0.41'; } BEGIN { $MooseX::Types::Combine::AUTHORITY = 'cpan:PHAYLON'; @@ -94,10 +94,7 @@ =encoding UTF-8 -=for :stopwords Robert "phaylon" Sedlacek Dave Luehrs John Napiorkowski Justin Hunter Karen -Etheridge Kent Fredric Matt Rolsky S Trout Paul Fenwick Rafael Kitover -'phaylon' Tomas Florian Doran (t0m) matthewt Ragwitz Graham Knop Hans -Dieter Pearcey Jesse +=for :stopwords Robert "phaylon" Sedlacek =head1 NAME @@ -105,7 +102,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/Moose.pm new/MooseX-Types-0.41/lib/MooseX/Types/Moose.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/Moose.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/Moose.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::Moose; { - $MooseX::Types::Moose::VERSION = '0.39'; + $MooseX::Types::Moose::VERSION = '0.41'; } BEGIN { $MooseX::Types::Moose::AUTHORITY = 'cpan:PHAYLON'; @@ -46,7 +46,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/TypeDecorator.pm new/MooseX-Types-0.41/lib/MooseX/Types/TypeDecorator.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/TypeDecorator.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/TypeDecorator.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::TypeDecorator; { - $MooseX::Types::TypeDecorator::VERSION = '0.39'; + $MooseX::Types::TypeDecorator::VERSION = '0.41'; } BEGIN { $MooseX::Types::TypeDecorator::AUTHORITY = 'cpan:PHAYLON'; @@ -195,7 +195,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/UndefinedType.pm new/MooseX-Types-0.41/lib/MooseX/Types/UndefinedType.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/UndefinedType.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/UndefinedType.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::UndefinedType; { - $MooseX::Types::UndefinedType::VERSION = '0.39'; + $MooseX::Types::UndefinedType::VERSION = '0.41'; } BEGIN { $MooseX::Types::UndefinedType::AUTHORITY = 'cpan:PHAYLON'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/Util.pm new/MooseX-Types-0.41/lib/MooseX/Types/Util.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/Util.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/Util.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::Util; { - $MooseX::Types::Util::VERSION = '0.39'; + $MooseX::Types::Util::VERSION = '0.41'; } BEGIN { $MooseX::Types::Util::AUTHORITY = 'cpan:PHAYLON'; @@ -53,7 +53,10 @@ =encoding UTF-8 -=for :stopwords Robert "phaylon" Sedlacek +=for :stopwords Robert "phaylon" Sedlacek Dave Luehrs John Napiorkowski Justin Hunter Karen +Etheridge Kent Fredric Matt Rolsky S Trout Paul Fenwick Rafael Kitover +'phaylon' Tomas Florian Doran (t0m) matthewt Ragwitz Graham Knop Hans +Dieter Pearcey Jesse =head1 NAME @@ -61,7 +64,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types/Wrapper.pm new/MooseX-Types-0.41/lib/MooseX/Types/Wrapper.pm --- old/MooseX-Types-0.39/lib/MooseX/Types/Wrapper.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types/Wrapper.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,6 +1,6 @@ package MooseX::Types::Wrapper; { - $MooseX::Types::Wrapper::VERSION = '0.39'; + $MooseX::Types::Wrapper::VERSION = '0.41'; } BEGIN { $MooseX::Types::Wrapper::AUTHORITY = 'cpan:PHAYLON'; @@ -47,10 +47,7 @@ =encoding UTF-8 -=for :stopwords Robert "phaylon" Sedlacek Dave Luehrs John Napiorkowski Justin Hunter Karen -Etheridge Kent Fredric Matt Rolsky S Trout Paul Fenwick Rafael Kitover -'phaylon' Tomas Florian Doran (t0m) matthewt Ragwitz Graham Knop Hans -Dieter Pearcey Jesse +=for :stopwords Robert "phaylon" Sedlacek =head1 NAME @@ -58,7 +55,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/lib/MooseX/Types.pm new/MooseX-Types-0.41/lib/MooseX/Types.pm --- old/MooseX-Types-0.39/lib/MooseX/Types.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/lib/MooseX/Types.pm 2013-12-21 18:21:59.000000000 +0100 @@ -1,8 +1,8 @@ package MooseX::Types; { - $MooseX::Types::VERSION = '0.39'; + $MooseX::Types::VERSION = '0.41'; } -# git description: v0.38-7-g1597521 +# git description: v0.40-1-g72fc79d BEGIN { $MooseX::Types::AUTHORITY = 'cpan:PHAYLON'; @@ -186,7 +186,7 @@ =head1 VERSION -version 0.39 +version 0.41 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/t/16_introspection.t new/MooseX-Types-0.41/t/16_introspection.t --- old/MooseX-Types-0.39/t/16_introspection.t 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/t/16_introspection.t 2013-12-21 18:21:59.000000000 +0100 @@ -4,21 +4,34 @@ use Test::More; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; +use MooseX::Types::Util qw( has_available_type_export ); +BEGIN { + my @Memory; + sub store_memory { + my ($package, @types) = @_; + for my $type (@types) { + my $tc = has_available_type_export($package, $type); + push @Memory, [$package, $type, $tc ? $tc->name : undef]; + } + } + sub get_memory { \@Memory } +} + use lib 't/lib'; -do { +{ package IntrospectionTest; - use IntrospectTypeExports __PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr ); + BEGIN { main::store_memory(__PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr )) } use TestLibrary qw( TwentyThree ); - use IntrospectTypeExports __PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr ); + BEGIN { main::store_memory(__PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr )) } use TestLibrary NonEmptyStr => { -as => 'MyNonEmptyStr' }; - use IntrospectTypeExports __PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr ); + BEGIN { main::store_memory(__PACKAGE__, qw( TwentyThree NonEmptyStr MyNonEmptyStr )) } sub NotAType () { 'just a string' } BEGIN { eval { - IntrospectTypeExports->import(__PACKAGE__, qw( NotAType )); + main::store_memory(__PACKAGE__, qw( NotAType )); }; ::ok(!$@, "introspecting something that's not not a type doesn't blow up"); } @@ -27,14 +40,13 @@ no strict 'refs'; delete ${'IntrospectionTest::'}{TwentyThree}; } -}; +} -use IntrospectTypeExports IntrospectionTest => qw( TwentyThree NonEmptyStr MyNonEmptyStr ); +BEGIN { main::store_memory( IntrospectionTest => qw( TwentyThree NonEmptyStr MyNonEmptyStr )) } my $P = 'IntrospectionTest'; -is_deeply(IntrospectTypeExports->get_memory, [ - +is_deeply(get_memory, [ [$P, TwentyThree => undef], [$P, NonEmptyStr => undef], [$P, MyNonEmptyStr => undef], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/t/lib/IntrospectTypeExports.pm new/MooseX-Types-0.41/t/lib/IntrospectTypeExports.pm --- old/MooseX-Types-0.39/t/lib/IntrospectTypeExports.pm 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/t/lib/IntrospectTypeExports.pm 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -package IntrospectTypeExports; -use strict; -use warnings; - -use MooseX::Types::Util qw( has_available_type_export ); - -my @Memory; - -sub import { - my ($class, $package, @types) = @_; - - for my $type (@types) { - my $tc = has_available_type_export($package, $type); - push @Memory, [$package, $type, $tc ? $tc->name : undef]; - } -} - -sub get_memory { \@Memory } - -1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/xt/author/00-compile.t new/MooseX-Types-0.41/xt/author/00-compile.t --- old/MooseX-Types-0.39/xt/author/00-compile.t 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/xt/author/00-compile.t 2013-12-21 18:21:59.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.038 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.039 use Test::More 0.94 tests => 9 + ($ENV{AUTHOR_TESTING} ? 1 : 0); @@ -31,15 +31,15 @@ use IO::Handle; open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; -my $stderr = IO::Handle->new; -binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @warnings; for my $lib (@module_files) { # see L<perlfaq8/How can I capture STDERR from an external command?> + my $stderr = IO::Handle->new; my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/xt/author/pod-spell.t new/MooseX-Types-0.41/xt/author/pod-spell.t --- old/MooseX-Types-0.39/xt/author/pod-spell.t 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/xt/author/pod-spell.t 2013-12-21 18:21:59.000000000 +0100 @@ -2,7 +2,7 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006001 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006002 use Test::Spelling 0.12; use Pod::Wordlist; @@ -69,11 +69,11 @@ lib MooseX Types -TypeDecorator -UndefinedType Util -Base -CheckedUtilExports -Wrapper Moose Combine +UndefinedType +Wrapper +TypeDecorator +CheckedUtilExports +Base diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/xt/release/changes_has_content.t new/MooseX-Types-0.41/xt/release/changes_has_content.t --- old/MooseX-Types-0.39/xt/release/changes_has_content.t 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/xt/release/changes_has_content.t 2013-12-21 18:21:59.000000000 +0100 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.39'; +my $newver = '0.41'; my $trial_token = '-TRIAL'; SKIP: { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MooseX-Types-0.39/xt/release/no-tabs.t new/MooseX-Types-0.41/xt/release/no-tabs.t --- old/MooseX-Types-0.39/xt/release/no-tabs.t 2013-11-30 19:31:43.000000000 +0100 +++ new/MooseX-Types-0.41/xt/release/no-tabs.t 2013-12-21 18:21:59.000000000 +0100 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.05 +# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.06 use Test::More 0.88; use Test::NoTabs; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
