[STDeco] Add 'make dist' target for the benefit of Syntax::Highlight::Perl6
[pugs.git] / perl5 / Regexp-Parser-ConvertToSix / README
blob2745342b08c802dad9842492b59a781d22b26ecb
1 Regexp-Parser-ConvertToSix version 0.0.1
3 Convert regular expressions from Perl 5 syntax to Perl 6 syntax.
4 See pod.
7 INSTALLATION
9 To install this module, run the following commands:
11     perl Makefile.PL
12     make
13     make test
14     make install
17 Alternatively, to install with Module::Build, you can use the following commands:
19     perl Build.PL
20     ./Build
21     ./Build test
22     ./Build install
26 DEPENDENCIES
28 None.
31 COPYRIGHT AND LICENCE
33 Copyright (C) 2006, Pugs Team
35 This library is free software; you can redistribute it and/or modify
36 it under the same terms as Perl itself.