Stop using "has +" in roles, especially since it wasn't doing anything anyway
[gitmo/MooseX-HasDefaults.git] / lib / MooseX / HasDefaults / Meta / IsRO.pm
index 1607ca3..9e30190 100644 (file)
@@ -1,11 +1,6 @@
 package MooseX::HasDefaults::Meta::IsRO;
 use Moose::Role;
 
-# This does not actually do anything but lie less in the attribute's metadata.
-has '+is' => (
-    default => 'ro',
-);
-
 around _process_options => sub {
     my $orig = shift;
     my (undef, undef, $options) = @_;