[SCM] Debian packaging of MooseX-Role-Timer CPAN distribution branch, master, updated. 2b98918326515c216a1cc5b06953a0aa4a6ef330

Dominique Dumont dod at debian.org
Wed May 2 14:21:36 UTC 2012


The following commit has been merged in the master branch:
commit 2b98918326515c216a1cc5b06953a0aa4a6ef330
Author: Dominique Dumont <dod at debian.org>
Date:   Wed May 2 16:19:13 2012 +0200

    must also patch tests....

diff --git a/debian/patches/use-any-moose b/debian/patches/use-any-moose
index 851b323..07e0040 100644
--- a/debian/patches/use-any-moose
+++ b/debian/patches/use-any-moose
@@ -19,3 +19,32 @@ Description: Use any moose
   with 'MooseX::Role::Timer';
  
   sub BUILD {
+--- a/t/001_load.t
++++ b/t/001_load.t
+@@ -5,7 +5,7 @@
+ use strict;
+ 
+ package Demo;
+-use Moose;
++use Any::Moose;
+ 
+ with 'MooseX::Role::Timer';
+ 
+@@ -15,4 +15,4 @@
+ 
+ ok( $demo->does('MooseX::Role::Timer'), 'role works');
+ 
+-ok( $demo->can('start_timer'), 'method exists');
+\ No newline at end of file
++ok( $demo->can('start_timer'), 'method exists');
+--- a/t/002_run.t
++++ b/t/002_run.t
+@@ -6,7 +6,7 @@
+ 
+ package Demo;
+ use Time::HiRes 'usleep';
+-use Moose;
++use Any::Moose;
+ 
+ with 'MooseX::Role::Timer';
+ 

-- 
Debian packaging of MooseX-Role-Timer CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list