[libmoosex-role-timer-perl] 03/08: Drop patches, both applied upstream.

gregor herrmann gregoa at debian.org
Sat Jan 11 21:16:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmoosex-role-timer-perl.

commit 414fdcbabd3276f00fb4af6a6997e3f70c61737b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 11 22:13:39 2014 +0100

    Drop patches, both applied upstream.
---
 debian/patches/series        |  2 --
 debian/patches/spelling      | 12 -----------
 debian/patches/use-any-moose | 50 --------------------------------------------
 3 files changed, 64 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a004353..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-use-any-moose
-spelling
diff --git a/debian/patches/spelling b/debian/patches/spelling
deleted file mode 100644
index 1c221fb..0000000
--- a/debian/patches/spelling
+++ /dev/null
@@ -1,12 +0,0 @@
-Description: Fix spelling in pod
---- a/lib/MooseX/Role/Timer.pm
-+++ b/lib/MooseX/Role/Timer.pm
-@@ -61,7 +61,7 @@
- 
- =item stop_timer($name)
- 
--Stop timer $name. Could be startet again to cumulatively measure time.
-+Stop timer $name. Could be started again to cumulatively measure time.
- 
- =cut
- 
diff --git a/debian/patches/use-any-moose b/debian/patches/use-any-moose
deleted file mode 100644
index 07e0040..0000000
--- a/debian/patches/use-any-moose
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: Use any moose
- Just replace "use Moose" with "use Any::Moose"
---- a/lib/MooseX/Role/Timer.pm
-+++ b/lib/MooseX/Role/Timer.pm
-@@ -1,6 +1,6 @@
- package MooseX::Role::Timer;
- 
--use Moose::Role;
-+use Any::Moose '::Role';
- use Time::HiRes;
- use strict;
- use warnings;
-@@ -14,7 +14,7 @@
- =head1 SYNOPSIS
- 
-  package Demo;
-- use Moose;
-+ use Moose; # or 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';
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-role-timer-perl.git



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