From: Dave Rolsky Date: Thu, 17 Jun 2010 19:30:43 +0000 (-0500) Subject: No room to show required method in inlined role example X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23d5de7494074a62e80a935962d87689efcb9a2f;p=gitmo%2Fmoose-presentations.git No room to show required method in inlined role example --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index ee16333..1a1d44f 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1348,9 +1348,7 @@ use Moose; with 'Printable'; -die '...' unless __PACKAGE__->can('as_string'); - -has has_been_printed => ( is => 'rw' ); +has has_been_printed => ( is => 'rw' ); sub print { my $self = shift;