projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fd7ab11
)
remove strict and warnings from modules that use Moose::Exporter
Jesse Luehrs [Sun, 3 May 2009 00:44:24 +0000 (19:44 -0500)]
lib/Moose.pm
patch
|
blob
|
blame
|
history
lib/Moose/Role.pm
patch
|
blob
|
blame
|
history
lib/Moose/Util/TypeConstraints.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose.pm
b/lib/Moose.pm
index
16a2e82
..
942fea9
100644
(file)
--- a/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@
-1,9
+1,6
@@
package Moose;
-use strict;
-use warnings;
-
use 5.008;
our $VERSION = '0.77';
diff --git
a/lib/Moose/Role.pm
b/lib/Moose/Role.pm
index
1620b47
..
0941da6
100644
(file)
--- a/
lib/Moose/Role.pm
+++ b/
lib/Moose/Role.pm
@@
-1,9
+1,6
@@
package Moose::Role;
-use strict;
-use warnings;
-
use Scalar::Util 'blessed';
use Carp 'croak';
diff --git
a/lib/Moose/Util/TypeConstraints.pm
b/lib/Moose/Util/TypeConstraints.pm
index
441dd8a
..
4b731fc
100644
(file)
--- a/
lib/Moose/Util/TypeConstraints.pm
+++ b/
lib/Moose/Util/TypeConstraints.pm
@@
-1,9
+1,6
@@
package Moose::Util::TypeConstraints;
-use strict;
-use warnings;
-
use Carp ();
use List::MoreUtils qw( all any );
use Scalar::Util qw( blessed reftype );