From: Dave Rolsky Date: Sun, 25 Jan 2009 16:18:06 +0000 (+0000) Subject: Add boilerplate at bottom X-Git-Tag: 0.66~27^2~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4bd85ad7e0682a8bd3032bf90ea5dc2ca35fdd7;p=gitmo%2FMoose.git Add boilerplate at bottom --- diff --git a/lib/Moose/Manual/Roles.pm b/lib/Moose/Manual/Roles.pm index cfdace1..374b3ae 100644 --- a/lib/Moose/Manual/Roles.pm +++ b/lib/Moose/Manual/Roles.pm @@ -234,3 +234,17 @@ C and C, but does not provide a C method. If some API expects an object that does one of those roles, it probably expects it to implement that method. +=head1 AUTHOR + +Dave Rolsky Eautarch@urth.orgE + +=head1 COPYRIGHT AND LICENSE + +Copyright 2008 by Infinity Interactive, Inc. + +L + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut