summary refs log tree commit diff
path: root/lib/MooseX/Privacy/Meta/Attribute
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MooseX/Privacy/Meta/Attribute')
-rw-r--r--lib/MooseX/Privacy/Meta/Attribute/Private.pm1
-rw-r--r--lib/MooseX/Privacy/Meta/Attribute/Protected.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/MooseX/Privacy/Meta/Attribute/Private.pm b/lib/MooseX/Privacy/Meta/Attribute/Private.pm
index 9e5bc70..241c6fb 100644
--- a/lib/MooseX/Privacy/Meta/Attribute/Private.pm
+++ b/lib/MooseX/Privacy/Meta/Attribute/Private.pm
@@ -2,7 +2,6 @@ package MooseX::Privacy::Meta::Attribute::Private;
 
 use Moose::Role;
 use Carp qw/confess/;
-use MooseX::Types::Moose qw/Str ArrayRef/;
 
 sub _generate_accessor_method {
     my $self = shift;
diff --git a/lib/MooseX/Privacy/Meta/Attribute/Protected.pm b/lib/MooseX/Privacy/Meta/Attribute/Protected.pm
index 063a2c0..05af63b 100644
--- a/lib/MooseX/Privacy/Meta/Attribute/Protected.pm
+++ b/lib/MooseX/Privacy/Meta/Attribute/Protected.pm
@@ -2,7 +2,6 @@ package MooseX::Privacy::Meta::Attribute::Protected;
 
 use Moose::Role;
 use Carp qw/confess/;
-use MooseX::Types::Moose qw/Str ArrayRef/;
 
 sub _generate_accessor_method {
     my $self = shift;