Changeset 5284

Show
Ignore:
Timestamp:
07/07/05 19:54:26 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
7266
Message:

* Continued chromatic++'s work of s/Perl6/Perl 6/ in lib/, ext/, and docs/.
* Fixed alignment in READTHEM.

Files:
39 modified

Legend:

Unmodified
Added
Removed
  • READTHEM

    r4628 r5284  
    3232All About Monads                                              - Jeff Newbern 
    3333  <http://www.nomaware.com/monads/html/index.html> 
    34 The Fun of Programming       - edited by Jeremy Gibbons and Oege de Moor 
     34The Fun of Programming           - edited by Jeremy Gibbons and Oege de Moor 
    3535    isbn 0-333-99285-7 
    3636 
  • docs/AES/S26draft-mugwump.pod

    r3289 r5284  
    350350L<http://www.nntp.perl.org/group/perl.perl6.language/19851>. 
    351351 
    352 If the Pod dialect is changed significantly by the Perl6 design team, it 
    353 is suggested that there remain a legacy Perl 5 dialect. Hopefully the 
    354 legacy dialect would be called "Pod", and the improved version something 
    355 else. "Mod"?? 
     352If the Pod dialect is changed significantly by the Perl 6 design team, it is 
     353suggested that there remain a legacy Perl 5 dialect. Hopefully the legacy 
     354dialect would be called "Pod", and the improved version something else. "Mod"?? 
    356355 
    357356=head1 SYNTAX DIALECTS 
  • docs/AES/S26draft.pod

    r3289 r5284  
    497497L<http://www.nntp.perl.org/group/perl.perl6.language/19851>. 
    498498 
    499 If the Pod dialect is changed significantly by the Perl6 design team, it 
    500 is suggested that there remain a legacy Perl 5 dialect. Hopefully the 
    501 legacy dialect would be called "Pod", and the improved version something 
    502 else. "Mod"?? 
     499If the Pod dialect is changed significantly by the Perl 6 design team, it is 
     500suggested that there remain a legacy Perl 5 dialect. Hopefully the legacy 
     501dialect would be called "Pod", and the improved version something else. "Mod"?? 
    503502 
    504503 
  • docs/src/Junc.kwid

    r2769 r5284  
    99will document its workings. 
    1010 
    11 Junc.hs is the main code for implementing Perl6 Junctions: 
     11Junc.hs is the main code for implementing Perl 6 Junctions: 
    1212 
    1313[http://dev.perl.org/perl6/synopsis/S09.html] 
  • docs/src/Junc.pod

    r2769 r5284  
    99will document its workings. 
    1010 
    11 Junc.hs is the main code for implementing Perl6 Junctions: 
     11Junc.hs is the main code for implementing Perl 6 Junctions: 
    1212 
    1313L<http://dev.perl.org/perl6/synopsis/S09.html> 
  • ext/Config-Tiny/ChangeLog

    r2937 r5284  
    11== Changes for 0.0.1 - May 5, 2005 
    22 
    3 * Module ported from Perl5 by Joshua Gatcomb 
     3* Module ported from Perl 5 by Joshua Gatcomb 
    44* Test suite written by Stevan Little 
  • ext/Config-Tiny/lib/Config/Tiny.pm

    r5032 r5284  
    123123 
    124124Written using Pugs as of 2005-05-05, it was written to provide functionality 
    125 while Perl6 was still being developed. 
     125while Perl 6 was still being developed. 
    126126 
    127127This module is primarily for reading human written files, and anything we 
     
    195195=head1 AUTHORS 
    196196 
    197 This module is based on Adam Kennedy's Perl5 module by the same name 
     197This module is based on Adam Kennedy's Perl 5 module by the same name 
    198198 
    199199Joshua Gatcomb, E<lt>Limbic_Region_2000@Yahoo.comE<gt> 
     
    205205=over 4 
    206206 
    207 =item Adam's Perl5 implementation 
     207=item Adam's Perl 5 implementation 
    208208 
    209209L<http://search.cpan.org/~adamk/Config-Tiny-2.01/lib/Config/Tiny.pm> 
    210210 
    211 =item OO Perl6 implementation by Ingo Blechschmidt  
     211=item OO Perl 6 implementation by Ingo Blechschmidt  
    212212 
    213213L<http://tpe.freepan.org/repos/adamk/Config-Tiny/lib/Config/Tiny.pm> 
  • ext/Date/lib/Date/Gregorian.pod

    r4237 r5284  
    66=head1 SYNOPSIS 
    77 
    8   # note: -DateParse uses Date::Parse and requires Perl5 embedding. 
     8  # note: -DateParse uses Date::Parse and requires Perl 5 embedding. 
    99  use Date::Gregorian qw(date localdate gmdate now -DateParse); 
    1010 
     
    1818 
    1919  $date = date 1e9;  # Unix epoch time if an Int 
    20   $date = date 0.0;  # Perl6 date if a Float 
     20  $date = date 0.0;  # Perl 6 date if a Float 
    2121 
    2222  # add a month to it: 
  • ext/File-Find/lib/File/Find.pm

    r4778 r5284  
    7070=head1 DESCRIPTION 
    7171 
    72 Perl6 port of the C<File::Find> library. 
     72Perl 6 port of the C<File::Find> library. 
    7373 
    7474This is no direct port, the api got cleaned up a bit. :) 
  • ext/File-Spec/lib/File/Spec.pm

    r5164 r5284  
    1919= NAME 
    2020 
    21 File::Spec - Perl6/Pugs Portable file handling 
     21File::Spec - Perl 6/Pugs Portable file handling 
    2222 
    2323= SYNOPOSIS 
     
    3434= DESCRIPTION 
    3535 
    36 This is a very primative port of the perl5 File::Spec module. Since  
     36This is a very primative port of the Perl 5 File::Spec module. Since  
    3737we currently do not have objects or fully functioning modules in  
    3838Pugs, this port does it's best to work with those limitations and  
     
    4343 
    4444Since we don't yet have object support, this module is more like the 
    45 perl5 File::Spec::Functions module than the base File::Spec. Also the 
     45Perl 5 File::Spec::Functions module than the base File::Spec. Also the 
    4646/hack/ to make it work automagically for platforms is really bad. I  
    4747hope that as Pugs matures this will change, but for now, it works :). 
     
    9090= SEE ALSO 
    9191 
    92 The Perl5 version of File::Spec, although this version is more akin  
     92The Perl 5 version of File::Spec, although this version is more akin  
    9393to File::Spec::Functions. 
    9494 
     
    101101= ACKNOWLEDGEMENTS 
    102102 
    103 This is a port of the perl5 File::Spec module which is currently  
     103This is a port of the Perl 5 File::Spec module which is currently  
    104104maintained by Ken Williams <KWILLIAMS@cpan.org>, and is written 
    105105by a number of people. Please see that module for more information. 
  • ext/File-Spec/lib/File/Spec/Unix.pm

    r4256 r5284  
    204204= NAME 
    205205 
    206 File::Spec::Unix - Part of Perl6/Pugs Portable file handling 
     206File::Spec::Unix - Part of Perl 6/Pugs Portable file handling 
    207207 
    208208= SYNOPOSIS 
     
    212212= DESCRIPTION 
    213213 
    214 This is a very primative port of the perl5 File::Spec::Unix module. 
     214This is a very primative port of the Perl 5 File::Spec::Unix module. 
    215215 
    216216= FUNCTIONS 
     
    252252= SEE ALSO 
    253253 
    254 The Perl5 version of File::Spec::Unix, although this version is more 
     254The Perl 5 version of File::Spec::Unix, although this version is more 
    255255akin to File::Spec::Functions. 
    256256 
     
    263263= ACKNOWLEDGEMENTS 
    264264 
    265 This is a port of the perl5 File::Spec::Unix module which is currently 
     265This is a port of the Perl 5 File::Spec::Unix module which is currently 
    266266maintained by Ken Williams <KWILLIAMS@cpan.org>, and is written 
    267267by a number of people. Please see that module for more information. 
  • ext/File-Spec/lib/File/Spec/Win32.pm

    r4584 r5284  
    238238= NAME 
    239239 
    240 File::Spec::Win32 - Part of Perl6/Pugs Portable file handling 
     240File::Spec::Win32 - Part of Perl 6/Pugs Portable file handling 
    241241 
    242242= SYNOPOSIS 
     
    246246= DESCRIPTION 
    247247 
    248 This is a very primative port of the perl5 File::Spec::Win32 module. 
     248This is a very primitive port of the Perl 5 File::Spec::Win32 module. 
    249249 
    250250= FUNCTIONS 
     
    286286= SEE ALSO 
    287287 
    288 The Perl5 version of File::Spec::Win32, although this version is more 
     288The Perl 5 version of File::Spec::Win32, although this version is more 
    289289akin to File::Spec::Functions. 
    290290 
     
    297297= ACKNOWLEDGEMENTS 
    298298 
    299 This is a port of the perl5 File::Spec::Win32 module which is currently 
     299This is a port of the Perl 5 File::Spec::Win32 module which is currently 
    300300maintained by Ken Williams <KWILLIAMS@cpan.org>, and is written 
    301301by a number of people. Please see that module for more information. 
  • ext/FindBin/lib/FindBin.pm

    r4353 r5284  
    7979=head1 DESCRIPTION 
    8080 
    81 Perl6 port of the C<FindBin> library. 
     81Perl 6 port of the C<FindBin> library. 
    8282 
    8383    $Bin         - path to bin directory from where script was invoked 
  • ext/HTTP-Server-Simple/lib/HTTP/Server/Simple.pm

    r4808 r5284  
    143143=head1 DESCRIPTION 
    144144 
    145 Perl6 port of L<HTTP::Server::Simple>. 
     145Perl 6 port of L<HTTP::Server::Simple>. 
    146146 
    147147=head1 AUTHOR 
  • ext/Module-Pluggable-Fast/lib/Module/Pluggable/Fast.pm

    r4783 r5284  
    7272=head1 DESCRIPTION 
    7373 
    74 Perl6 port of the C<Module::Pluggable::Fast> library. 
     74Perl 6 port of the C<Module::Pluggable::Fast> library. 
    7575 
    7676=head1 AUTHOR 
  • ext/Perl-MetaModel/README

    r4289 r5284  
    11--------------------------------------------------------------------- 
    2  Perl6 Object Meta Model 
     2 Perl 6 Object Meta Model 
    33--------------------------------------------------------------------- 
    44 
     
    2828M1 - Class level - the language Model 
    2929~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    30 The Perl6 "clean" prototypes of Perl 6 core language entities, for 
     30The Perl 6 "clean" prototypes of Perl 6 core language entities, for 
    3131example the "Class" class defined as a class, can be found in; 
    3232 
  • ext/Perl-MetaModel/docs/README

    r3305 r5284  
    11=pod 
    22 
    3 =head1 Perl6 Meta-Model Working Documents 
     3=head1 Perl 6 Meta-Model Working Documents 
    44 
    55This set of documents is an ongoing attempt to create a meta-model  
     
    2121This document uses a very bottom-up approach to illustrate a  
    2222meta-meta-class system, which may or may not be how we approach the  
    23 perl6 meta-model. 
     23Perl 6 meta-model. 
    2424 
    2525The sole purpose of this document is to explain the idea of  
     
    3333 
    3434Again, this is just for the purposes of explaining meta-models and  
    35 may or may not be how the Perl6 meta-model is constructed. 
     35may or may not be how the Perl 6 meta-model is constructed. 
    3636 
    3737=item F<perl6_meta_model.pod> 
  • ext/Perl-MetaModel/docs/perl6_meta_model.pod

    r3707 r5284  
    99=head1 The Perl 6 Object environment 
    1010 
    11 The perl6 object environment will be a multi-layered environment which  
     11The Perl 6 object environment will be a multi-layered environment which  
    1212might look something like this: 
    1313 
     
    8080=back 
    8181 
    82 =head2 Occupants of the Perl6 object environment 
     82=head2 Occupants of the Perl 6 object environment 
    8383 
    8484=over 4 
  • ext/Pod-Event-Parser/README

    r2708 r5284  
    55This is a very basic POD parser using an event based API (modeled  
    66after XML SAX parsers). My goal is to have a working POD parser for  
    7 Pugs which can parse the perl6 Synposis POD documents.  
     7Pugs which can parse the Perl 6 Synposis POD documents.  
    88 
    99Not the greatest reason in the world, but thats about all I have  
     
    1919arbitrarily complex structures at a later date without having to  
    2020re-write the parser itself, while still allowing for simpler techniques 
    21 here in the Perl6 Stone-Age. Oh yeah, and they are kinda fun too. 
     21here in the Perl 6 Stone-Age. Oh yeah, and they are kinda fun too. 
  • ext/Set/Makefile.PL

    r3079 r5284  
    55name       ('Set'); 
    66version    ('0.01'); 
    7 abstract   ('Set Perl6 extension'); 
     7abstract   ('Set Perl 6 extension'); 
    88author     ('Sam "mugwump" Vilain'); 
    99license    ('perl'); 
  • ext/Set/README

    r3079 r5284  
    1 README for Set Perl6 extension 
     1README for Set Perl 6 extension 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    33Sets are a basic language construct.  They are in the core Perl 
  • ext/Text-Glob/lib/Text/Glob.pm

    r4353 r5284  
    8080=head1 DESCRIPTION 
    8181 
    82 Perl6 port of the C<Text::Glob> library. 
     82Perl 6 port of the C<Text::Glob> library. 
    8383 
    8484=head1 METHODS 
  • ext/libwww-perl/lib/LWP/Simple.pm

    r4401 r5284  
    279279=over 2 
    280280 
    281 =item This Perl6 version of LWP::Simple does not export the HTTP status 
     281=item This Perl 6 version of LWP::Simple does not export the HTTP status 
    282282codes. 
    283283 
  • ext/libwww-perl/t/api.t

    r4635 r5284  
    77 
    88Tests that the same API gets exported as with the 
    9 Perl5 version of the module. 
     9Perl 5 version of the module. 
    1010 
    1111=cut 
  • lib/Perl6-MetaModel/docs/S12.5.pod

    r5264 r5284  
    88 
    99This is an unofficial amendment to the Synopsis 12, which describes the design 
    10 and implementation of the Perl6 objects metamodel. It is very rough at the 
     10and implementation of the Perl 6 objects metamodel. It is very rough at the 
    1111moment, but will be filled in more as the work on this metamodel progresses. 
    1212 
     
    8686L<http://www.iam.unibe.ch/~scg/Research/Traits/> 
    8787 
    88 (Note: Traits are what inspired the Perl6 concepts of Roles) 
     88(Note: Traits are what inspired the Perl 6 concepts of Roles) 
    8989 
    9090=back  
  • lib/Perl6-MetaModel/lib/Perl6/Attribute.pm

    r5265 r5284  
    5656=head1 NAME 
    5757 
    58 Perl6::Attribute - Base class for Attribute in the Perl6 Meta Model 
     58Perl6::Attribute - Base class for Attribute in the Perl 6 Meta Model 
    5959 
    6060=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/Class/Attribute.pm

    r5265 r5284  
    2929=head1 NAME 
    3030 
    31 Perl6::Class::Attribute - Class Attributes in the Perl6 Meta Model 
     31Perl6::Class::Attribute - Class Attributes in the Perl 6 Meta Model 
    3232 
    3333=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/Class/Method.pm

    r5265 r5284  
    1515=head1 NAME 
    1616 
    17 Perl6::Class::Method - Class Methods in the Perl6 Meta Model 
     17Perl6::Class::Method - Class Methods in the Perl 6 Meta Model 
    1818 
    1919=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/Instance/Attribute.pm

    r5265 r5284  
    1515=head1 NAME 
    1616 
    17 Perl6::Instance::Attribute - Instance Attributes in the Perl6 Meta Model 
     17Perl6::Instance::Attribute - Instance Attributes in the Perl 6 Meta Model 
    1818 
    1919=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/Instance/Method.pm

    r5265 r5284  
    1515=head1 NAME 
    1616 
    17 Perl6::Instance::Method - Instance Methods in the Perl6 Meta Model 
     17Perl6::Instance::Method - Instance Methods in the Perl 6 Meta Model 
    1818 
    1919=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/MetaClass.pm

    r5265 r5284  
    292292=head1 NAME  
    293293 
    294 Perl6::MetaClass - Metaclass in the Perl6 Meta Model 
     294Perl6::MetaClass - Metaclass in the Perl 6 Meta Model 
    295295 
    296296=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/MetaModel.pm

    r5265 r5284  
    3333=head1 NAME 
    3434 
    35 Perl6::MetaModel - Perl5 Prototype of the Perl6 Metaclass model 
     35Perl6::MetaModel - Perl 5 Prototype of the Perl 6 Metaclass model 
    3636 
    3737=head1 SYNOPSIS 
     
    7777=head1 DESCRIPTION 
    7878 
    79 This set of modules is a prototype for the Perl6 Metaclass model, which is the model which  
    80 descibes the interactions of classes, objects and roles in the Perl6 object space.  
     79This set of modules is a prototype for the Perl 6 Metaclass model, which is the 
     80model which descibes the interactions of classes, objects and roles in the Perl 
     816 object space.  
    8182 
    82 I am prototyping this in Perl5 as part of the Perl6 -> PIL compiler to run on a Perl5 VM.  
    83 It is currently in the early stages of a refactoring from the original which was just a  
    84 hacked together prototype.  
     83I am prototyping this in Perl 5 as part of the Perl 6 -> PIL compiler to run on 
     84a Perl5 VM.  It is currently in the early stages of a refactoring from the 
     85original which was just a hacked together prototype.  
    8586 
    8687=head1 EXPORTED FUNCTIONS 
     
    101102=over 4 
    102103 
    103 =item All the Perl6 documentation.  
     104=item All the Perl 6 documentation.  
    104105 
    105106In particular the Apocolypse and Synopsis 12 which describes the object system. 
  • lib/Perl6-MetaModel/lib/Perl6/Method.pm

    r5265 r5284  
    3333=head1 NAME 
    3434 
    35 Perl6::Method - Base class for Methods in the Perl6 Meta Model 
     35Perl6::Method - Base class for Methods in the Perl 6 Meta Model 
    3636 
    3737=head1 DESCRIPTION 
  • lib/Perl6-MetaModel/lib/Perl6/Object.pm

    r5265 r5284  
    220220 
    221221This is the base 'Object' class. It will eventually be self-hosting, but for now 
    222 it contains a number of hacks to support the expected behavior of the Perl6 object 
     222it contains a number of hacks to support the expected behavior of the Perl 6 object 
    223223model. 
    224224 
  • lib/Perl6-MetaModel/lib/Perl6/Role.pm

    <
    r5265 r5284  
    9494=head1 NAME 
    9595 
    96 Perl6::Role - (meta) Role in the Perl6 Meta Model