From: Michael Witten Date: Tue, 7 Apr 2009 19:59:32 +0000 (-0500) Subject: Docs: Update summary and add copyright X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9014bf7fb40f4d1f965fea9b38407a965a887e3d;p=p5sagit%2Fp5-mst-13.2.git Docs: Update summary and add copyright Yeah, well, I wrote some new stuff. --- diff --git a/pod/perlboot.pod b/pod/perlboot.pod index d41d12e..6cc5924 100644 --- a/pod/perlboot.pod +++ b/pod/perlboot.pod @@ -843,14 +843,13 @@ which results in: =head2 Summary -So, now we have class methods, constructors, instance methods, -instance data, and even accessors. But that's still just the -beginning of what Perl has to offer. We haven't even begun to talk -about accessors that double as getters and setters, destructors, -indirect object notation, subclasses that add instance data, per-class -data, overloading, "isa" and "can" tests, C class, and so -on. That's for the rest of the Perl documentation to cover. -Hopefully, this gets you started, though. +So, now we have class methods, constructors, instance methods, instance +data, and even accessors. But that's still just the beginning of what +Perl has to offer. We haven't even begun to talk about accessors that +double as getters and setters, destructors, indirect object notation, +overloading, "isa" and "can" tests, the C class, and so on. +That's for the rest of the Perl documentation to cover. Hopefully, this +gets you started, though. =head1 SEE ALSO @@ -867,10 +866,14 @@ Class::MethodMaker and Tie::SecureHash =head1 COPYRIGHT Copyright (c) 1999, 2000 by Randal L. Schwartz and Stonehenge -Consulting Services, Inc. Permission is hereby granted to distribute -this document intact with the Perl distribution, and in accordance -with the licenses of the Perl distribution; derived documents must -include this copyright notice intact. +Consulting Services, Inc. + +Copyright (c) 2009 by Michael F. Witten. + +Permission is hereby granted to distribute this document intact with +the Perl distribution, and in accordance with the licenses of the Perl +distribution; derived documents must include this copyright notice +intact. Portions of this text have been derived from Perl Training materials originally appearing in the I