File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Generating this documentation requires:
34
34
= item A recent version of the Rakudo Perl 6 compiler
35
35
36
36
= item The Perl 6 modules Pod::To::HTML, Pod::To::BigPage, and URI::Escape
37
- (can be installed via L < panda |https://github.com/tadzik/panda > )
37
+ (can be installed via L < zef |https://github.com/ugexe/zef > ).
38
38
39
39
= item B < Optional > : L < GraphViz|http://graphviz.org > , for creating graphs
40
40
of the relationships between Perl 6 types
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Mac users can use the latest Rakudo Star DMG binary installer at
39
39
L < http://rakudo.org/downloads/star >
40
40
41
41
Windows users can use the Rakudo Star MSI binary installer. You will need
42
- Windows Git and Strawberry Perl 5 to use panda to install library modules.
42
+ Windows Git and Strawberry Perl 5 to use zef to install library modules.
43
43
44
44
Linux users probably want to download Rakudo Star and follow the compilation
45
45
instructions at L < http://www.perl6.org/downloads/ >
@@ -103,7 +103,7 @@ X<|CPAN (FAQ)>X<|ecosystem>
103
103
There isn't yet a module repository for Perl 6 as sophisticated as CPAN. But
104
104
L < modules.perl6.org|https://modules.perl6.org/ > has a list of known Perl 6
105
105
modules called the "ecosystem" hosted on github, and
106
- L < panda |https://github.com/tadzik/panda /> can install those that work with
106
+ L < zef |https://github.com/ugexe/zef /> can install those that work with
107
107
L < rakudo|http://rakudo.org/ > .
108
108
109
109
Support for installing Perl 6 modules from the Perl 5 CPAN is on its way.
Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ The C<Grammar.parse> method also sets the caller's C<$/> to the resulting
964
964
L < Match > object. For the following code:
965
965
966
966
= begin code :skip-test
967
- use XML::Grammar; # panda install XML
967
+ use XML::Grammar; # zef install XML
968
968
XML.Grammar.parse("<p>some text</p>");
969
969
say $/;
970
970
You can’t perform that action at this time.
0 commit comments