Revision 27822

Date:
2009/07/31 00:08:15
Author:
wayland
Revision Log:
[S17, S22, S26] Turned URLs into links
Files:

Legend:

 
Added
 
Removed
 
Modified
  • docs/Perl6/Spec/S17-concurrency.pod

     
    23 23 the old S17-concurrency.pod, which dealt only with concurrency. Signals were added from
    24 24 S16-io, but haven't been merged with the conflicting S17 signals doco. An event loop
    25 25 section has been added here because a) Larry mentioned the idea, and b) Moritz suggested
    26 that http://www.seas.upenn.edu/~lipeng/homepage/unify.html be our model for concurrency,
    26 that L<http://www.seas.upenn.edu/~lipeng/homepage/unify.html> be our model for concurrency,
    27 27 and in that model, an event loop underlies the threads.
    28 28
    29 29 =head1 Overview
  • docs/Perl6/Spec/S22-package-format.pod

     
    31 31 =item * .jib files; this is the source package format, and is specified in this document
    32 32
    33 33 =item * CPAN6; this is a piece of software for managing an archive network (such as CPAN).
    34 This is not specified in this document; see http://cpan6.org/
    34 This is not specified in this document; see L<http://cpan6.org/>
    35 35
    36 36 =item * PAUSE6; this is an actual network based on the cpan6 software (see above). It also
    37 37 is not documented here.
     
    48 48
    49 49 =over
    50 50
    51 =item * Debian Policy: http://www.us.debian.org/doc/debian-policy
    51 =item * Debian Policy: L<http://www.us.debian.org/doc/debian-policy>
    52 52
    53 53 =item * Software::Packager::Metadata:
    54 http://perlsoftpackmet.svn.sourceforge.net/viewvc/perlsoftpackmet/main/doc/ (click on the
    54 L<http://perlsoftpackmet.svn.sourceforge.net/viewvc/perlsoftpackmet/main/doc/> (click on the
    55 55 link in the Rev. column next to Overview)
    56 56
    57 57 =back
  • docs/Perl6/Spec/S26-documentation.pod

     
    25 25 The information that is in this file is a draft specification that
    26 26 is known to be out of date and likely to undergo some substantial
    27 27 revision. Until the document is updated, look at STD.pm
    28 (http://svn.pugscode.org/pugs/src/perl6/STD.pm) for the valid
    28 (L<http://svn.pugscode.org/pugs/src/perl6/STD.pm>) for the valid
    29 29 POD syntax.
    30 30
    31 31 =head1 Perldoc