No room to show required method in inlined role example
[gitmo/moose-presentations.git] / moose-class / slides / index.html
index ee16333..1a1d44f 100644 (file)
@@ -1348,9 +1348,7 @@ use Moose;
 
 <span class="delete">with 'Printable';</span>
 
-<span class="highlight">die '...' unless __PACKAGE__-&gt;can('as_string');
-
-has has_been_printed =&gt; ( is =&gt; 'rw'  );
+<span class="highlight">has has_been_printed =&gt; ( is =&gt; 'rw'  );
 
 sub print {
     my $self = shift;