[libtype-tiny-perl] 16/27: use strict; use warnings
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 21:13:12 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libtype-tiny-perl.
commit fc451551ba9284ebdd8793755853853147bfd742
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Fri Aug 2 02:44:10 2013 +0100
use strict; use warnings
---
lib/Devel/TypeTiny/Perl56Compat.pm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm b/lib/Devel/TypeTiny/Perl56Compat.pm
index 40c0515..bff7a70 100644
--- a/lib/Devel/TypeTiny/Perl56Compat.pm
+++ b/lib/Devel/TypeTiny/Perl56Compat.pm
@@ -1,4 +1,9 @@
package Devel::TypeTiny::Perl56Compat;
+
+use 5.006;
+use strict;
+use warnings;
+
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.021_04';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list