[libhttp-throwable-perl] 01/02: remove one last Moose yoose

Jonas Smedegaard dr at jones.dk
Tue Aug 11 09:55:33 UTC 2015


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

js pushed a commit to annotated tag 0.023
in repository libhttp-throwable-perl.

commit 68aba1c9105fe6c37f7849361f009b548fe0fc14
Author: Ricardo Signes <rjbs at cpan.org>
Date:   Sat Aug 8 09:08:48 2015 -0400

    remove one last Moose yoose
---
 Changes                                             | 1 +
 lib/HTTP/Throwable/Role/Status/PermanentRedirect.pm | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 0fd9710..af23df0 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Perl extension HTTP::Throwable
 
 {{$NEXT}}
+        - fix one last bit of Moose that snuck through
 
 0.022     2015-08-02 21:50:02-04:00 America/New_York
         - non-trial release of v0.021; now uses Moo instead of Moose
diff --git a/lib/HTTP/Throwable/Role/Status/PermanentRedirect.pm b/lib/HTTP/Throwable/Role/Status/PermanentRedirect.pm
index eba90b0..452232e 100644
--- a/lib/HTTP/Throwable/Role/Status/PermanentRedirect.pm
+++ b/lib/HTTP/Throwable/Role/Status/PermanentRedirect.pm
@@ -1,6 +1,6 @@
 package HTTP::Throwable::Role::Status::PermanentRedirect;
 
-use Moose::Role;
+use Moo::Role;
 
 with(
     'HTTP::Throwable',
@@ -11,7 +11,7 @@ with(
 sub default_status_code { 308 }
 sub default_reason      { 'Permanent Redirect' }
 
-no Moose::Role; 1;
+no Moo::Role; 1;
 
 __END__
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-throwable-perl.git



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