Skip to content

Commit

Permalink
Merge pull request #12 from kwakwaversal/master
Browse files Browse the repository at this point in the history
remove strict/warnings pragmas where Moo is used
  • Loading branch information
kjetilk committed Jan 10, 2017
2 parents 1894ae3 + 2883172 commit 8fdf083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lib/URI/Namespace.pm
@@ -1,7 +1,4 @@
package URI::Namespace;
use strict;
use warnings;

use Moo 1.006000;
use URI;
use IRI 0.003;
Expand Down
2 changes: 0 additions & 2 deletions lib/URI/NamespaceMap.pm
@@ -1,6 +1,4 @@
package URI::NamespaceMap;
use strict;
use warnings;
use Moo 1.006000;
use Module::Load::Conditional qw[can_load];
use URI::Namespace;
Expand Down

0 comments on commit 8fdf083

Please sign in to comment.