[libmoox-late-perl] 06/06: fix our

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 14 11:13:35 UTC 2014


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

intrigeri pushed a commit to tag 0.005
in repository libmoox-late-perl.

commit f1a884b0df8184af7c3bcd086d13ec95860f76a5
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sun Dec 9 21:50:02 2012 +0000

    fix our
---
 lib/MooX/late.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/MooX/late.pm b/lib/MooX/late.pm
index bcda367..0daaf9b 100644
--- a/lib/MooX/late.pm
+++ b/lib/MooX/late.pm
@@ -3,8 +3,8 @@ use strict;
 use warnings;
 
 package MooX::late;
-our AUTHORITY = 'cpan:TOBYINK';
-our VERSION   = '0.005';
+our $AUTHORITY = 'cpan:TOBYINK';
+our $VERSION   = '0.005';
 
 use Moo              qw( );
 use Carp             qw( carp croak );
@@ -13,8 +13,8 @@ use Module::Runtime  qw( is_module_name );
 
 BEGIN {
 	package MooX::late::DefinitionContext;
-	our AUTHORITY = 'cpan:TOBYINK';
-	our VERSION   = '0.005';
+	our $AUTHORITY = 'cpan:TOBYINK';
+	our $VERSION   = '0.005';
 	
 	use Moo;
 	use overload (

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



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