more tweaks
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription / Meta / Role / HasDescription.pm
index cdb56df..2b4b584 100644 (file)
@@ -4,12 +4,7 @@ use Moose::Role;
 our $VERSION   = '0.01';
 our $AUTHORITY = 'cpan:STEVAN';
 
-has 'description' => (
-    is      => 'ro',
-    isa     => 'HashRef',
-    lazy    => 1,   
-    default => sub { +{} },
-);
+
 
 no Moose::Role; 1;