Hello community,
here is the log from the commit of package perl-Class-Method-Modifiers for
openSUSE:Factory checked in at 2013-10-06 14:53:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-05 17:48:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
2013-10-06 14:53:12.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Oct 4 09:15:23 UTC 2013 - [email protected]
+
+- updated to 2.07
+ - removed dependency on Test::Warnings in tests (now reserved for
+ author testing)
+ - now packaged with a Build.PL (for Module::Build::Tiny), and a
+ Makefile.PL (for legacy 5.6 and 5.8 users; prints a warning on
+ invocation)
+ - packaging the dist again with EUMM rather than MBT
+ - Support for handling lvalue methods (Graham Knop)
+ - convert to building with Dist::Zilla
+
+-------------------------------------------------------------------
Old:
----
Class-Method-Modifiers-2.04.tar.gz
New:
----
Class-Method-Modifiers-2.07.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Method-Modifiers.spec ++++++
--- /var/tmp/diff_new_pack.13HUHs/_old 2013-10-06 14:53:12.000000000 +0200
+++ /var/tmp/diff_new_pack.13HUHs/_new 2013-10-06 14:53:12.000000000 +0200
@@ -17,10 +17,10 @@
Name: perl-Class-Method-Modifiers
-Version: 2.04
+Version: 2.07
Release: 0
%define cpan_name Class-Method-Modifiers
-Summary: Provides Moose-like method modifiers
+Summary: provides Moose-like method modifiers
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-Method-Modifiers/
@@ -29,20 +29,15 @@
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(Test::Fatal)
-#BuildRequires: perl(App::pod2pdf)
+BuildRequires: perl(Test::More) >= 0.94
#BuildRequires: perl(Class::Method::Modifiers)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::AuthorRequires)
-#BuildRequires: perl(Module::Install::AutoLicense)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Module::Install::GithubMeta)
-#BuildRequires: perl(Module::Install::ReadmeFromPod)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) >= 0.12
%{perl_requires}
%description
@@ -69,7 +64,8 @@
Parent classes need not know about 'Class::Method::Modifiers'. This means
you should be able to modify methods in _any_ subclass. See the
-Term::VT102::ZeroBased manpage for an example of subclassing with CMM.
+Term::VT102::ZeroBased manpage for an example of subclassing with
+'ClasS::Method::Modifiers'.
In short, 'Class::Method::Modifiers' solves the problem of making sure you
call '$self->SUPER::foo(@_)', and provides a cleaner interface for it.
@@ -86,15 +82,14 @@
find . -type f -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
%check
-%{__make} test
+./Build test
%install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
++++++ Class-Method-Modifiers-2.04.tar.gz -> Class-Method-Modifiers-2.07.tar.gz
++++++
++++ 5364 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]