diff Lib/IMPL/declare.pm @ 280:c6d0f889ef87

+IMPL::declare now supports meta attributes *bugfixes related to the typeof() operator
author cin
date Wed, 06 Feb 2013 02:15:48 +0400
parents af8af4b8337e
children a8dbddf491dd
line wrap: on
line diff
--- a/Lib/IMPL/declare.pm	Mon Feb 04 17:16:45 2013 +0400
+++ b/Lib/IMPL/declare.pm	Wed Feb 06 02:15:48 2013 +0400
@@ -20,6 +20,7 @@
 	die "A hash reference is required" unless ref $args eq 'HASH';
 
 	no strict 'refs';
+	no warnings 'once';
 
 	my $caller = caller;