[libclass-tiny-perl] 06/06: remove no warnings 'once'

gregor herrmann gregoa at debian.org
Sun May 31 14:03:40 UTC 2015


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

gregoa pushed a commit to annotated tag release-0.013
in repository libclass-tiny-perl.

commit 030fbc2325c5346d391d7cc329362461cc20f3cb
Author: David Golden <dagolden at cpan.org>
Date:   Tue Nov 26 11:41:36 2013 -0500

    remove no warnings 'once'
---
 lib/Class/Tiny.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Class/Tiny.pm b/lib/Class/Tiny.pm
index 61d0a83..6f260ac 100644
--- a/lib/Class/Tiny.pm
+++ b/lib/Class/Tiny.pm
@@ -2,7 +2,6 @@ use 5.008001;
 use strict;
 no strict 'refs';
 use warnings;
-no warnings 'once';
 
 package Class::Tiny;
 # ABSTRACT: Minimalist class construction

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



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