[perl-Module-Implementation] Update to 0.04
Paul Howarth <pghmcfc <at> fedoraproject.org>
2012-02-09 12:01:28 GMT
commit f128b86e723223798003642feddb5b37950e82e1
Author: Paul Howarth <paul <at> city-fan.org>
Date: Thu Feb 9 12:00:25 2012 +0000
Update to 0.04
- New upstream release 0.04
- This module no longer installs an _implementation() subroutine in callers;
instead, you can call Module::Implementation::implementation_for($package)
to get the implementation used for a given package
- Update patch for building with old Test::More versions
Module-Implementation-0.03-old-Test::More.patch | 168 -----------------------
Module-Implementation-0.04-old-Test::More.patch | 168 +++++++++++++++++++++++
perl-Module-Implementation.spec | 13 ++-
sources | 2 +-
4 files changed, 179 insertions(+), 172 deletions(-)
---
diff --git a/Module-Implementation-0.04-old-Test::More.patch b/Module-Implementation-0.04-old-Test::More.patch
new file mode 100644
index 0000000..88a7e7f
--- /dev/null
+++ b/Module-Implementation-0.04-old-Test::More.patch
<at> <at> -0,0 +1,168 <at> <at>
+diff -up Module-Implementation-0.04/t/basic.t.orig Module-Implementation-0.04/t/basic.t
+--- Module-Implementation-0.04/t/basic.t.orig 2012-02-08 19:43:09.000000000 +0000
++++ Module-Implementation-0.04/t/basic.t 2012-02-09 10:22:08.974938764 +0000
+ <at> <at> -1,7 +1,7 <at> <at>
+ use strict;
+ use warnings;
(Continue reading)