• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/H17-Dec-2008-3,1672,327

lib/Bundle/H17-Dec-2008-1526

t/H17-Dec-2008-84

xt/author/H17-Dec-2008-10073

ChangesH A D12-Dec-20082 KiB5037

LICENSEH A D12-Dec-200894 32

MANIFESTH A D17-Dec-2008614 2827

META.ymlH A D17-Dec-2008479 2322

Makefile.PLH A D12-Dec-2008224 1410

READMEH A D12-Dec-2008520 2815

README

1This is the Perl module Bundle::Perl6.
2
3INSTALLATION
4
5Bundle::Perl6 installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Bundle::Perl6
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Bundle::Perl6 documentation is available as in POD. So you can do:
22
23    % perldoc Bundle::Perl6
24
25to read the documentation online with your favorite pager.
26
27Marcel Gruenauer
28