- Timestamp:
- 05/29/05 14:11:48 (4 years ago)
- svk:copy_cache_prev:
- 5515
- Files:
-
- 1 modified
-
src/perl5/README (modified) (1 diff, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
src/perl5/README
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
r4088 r4092 1 =head1 Perl 5 support in pugs1 =head1 Perl 5 support in Pugs 2 2 3 This document describes the bi-directional perl5 compatibility support.3 This document describes the bi-directional Perl 5 compatibility support. 4 4 5 5 =head1 TODO 6 6 7 =head2 perl6 calling perl57 =head2 Perl 6 calling Perl 5 8 8 9 9 =over 10 10 11 =item export11 =item Exportation 12 12 13 perl5_applyneeds to push itself to additional caller stack, so14 Exporterwill try to modify a tied namespace, which then export15 them to actual caller p6 namespace.13 C<perl5_apply> needs to push itself to additional caller stack, so 14 C<Exporter> will try to modify a tied namespace, which then export 15 them to actual caller P6 namespace. 16 16 17 =item reference args17 =item Reference args 18 18 19 make getopt::longwork.19 Make C<Getopt::Long> work. 20 20 21 21 =back 22 22 23 =head2 perl5 calling perl623 =head2 Perl 5 calling Perl 6 24 24 25 25 =over 26 26 27 =item libpugs.so27 =item C<libpugs.so> 28 28 29 to be natively embedded in perl5 29 To be natively embedded in Perl 5. 30 30 31 =item export31 =item Exportation 32 32 33 get the "is export" functions and refer them to perl5 symbol table. 34 33 Get the C<is export> functions and refer to them in the Perl 5 symbol table. 35 34 36 35 =back
