X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltoot.pod;h=68ce8d408d20c98779ee802a173bc37e79bd27d0;hb=3874323d73ef08e6639270ea07e834aec3e379f1;hp=38cc1f3e659761ae9e066a4902efd54911ff125a;hpb=8257a158a240b1ac87c8767f1a5f236a029fb9c4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltoot.pod b/pod/perltoot.pod index 38cc1f3..68ce8d4 100644 --- a/pod/perltoot.pod +++ b/pod/perltoot.pod @@ -65,7 +65,7 @@ For example, let's make a simple Person class module. It gets stored in the file Person.pm. If it were called a Happy::Person class, it would be stored in the file Happy/Person.pm, and its package would become Happy::Person instead of just Person. (On a personal computer not -running Unix or Plan 9, but something like MacOS or VMS, the directory +running Unix or Plan 9, but something like Mac OS or VMS, the directory separator may be different, but the principle is the same.) Do not assume any formal relationship between modules based on their directory names. This is merely a grouping convenience, and has no effect on inheritance, @@ -1757,7 +1757,7 @@ L. L is a kinder, gentler introduction to object-oriented programming. -L provides more detail on class data. +L provides more detail on class data. Some modules which might prove interesting are Class::Accessor, Class::Class, Class::Contract, Class::Data::Inheritable, @@ -1769,12 +1769,8 @@ Class::MethodMaker and Tie::SecureHash Copyright (c) 1997, 1998 Tom Christiansen All rights reserved. -When included as part of the Standard Version of Perl, or as part of -its complete documentation whether printed or otherwise, this work -may be distributed only under the terms of Perl's Artistic License. -Any distribution of this file or derivatives thereof I -of that package require that special arrangements be made with -copyright holder. +This documentation is free; you can redistribute it and/or modify it +under the same terms as Perl itself. Irrespective of its distribution, all code examples in this file are hereby placed into the public domain. You are permitted and