Skip to content

Commit 4a2ebfb

Browse files
committed
prefer zef to panda
Closes #894
1 parent 4466f17 commit 4a2ebfb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/Language/about.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Generating this documentation requires:
3434
=item A recent version of the Rakudo Perl 6 compiler
3535
3636
=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>).
3838
3939
=item B<Optional>: L<GraphViz|http://graphviz.org>, for creating graphs
4040
of the relationships between Perl 6 types

doc/Language/faq.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Mac users can use the latest Rakudo Star DMG binary installer at
3939
L<http://rakudo.org/downloads/star>
4040
4141
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.
4343
4444
Linux users probably want to download Rakudo Star and follow the compilation
4545
instructions at L<http://www.perl6.org/downloads/>
@@ -103,7 +103,7 @@ X<|CPAN (FAQ)>X<|ecosystem>
103103
There isn't yet a module repository for Perl 6 as sophisticated as CPAN. But
104104
L<modules.perl6.org|https://modules.perl6.org/> has a list of known Perl 6
105105
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
107107
L<rakudo|http://rakudo.org/>.
108108
109109
Support for installing Perl 6 modules from the Perl 5 CPAN is on its way.

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ The C<Grammar.parse> method also sets the caller's C<$/> to the resulting
964964
L<Match> object. For the following code:
965965
966966
=begin code :skip-test
967-
use XML::Grammar; # panda install XML
967+
use XML::Grammar; # zef install XML
968968
XML.Grammar.parse("<p>some text</p>");
969969
say $/;
970970

0 commit comments

Comments
 (0)