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

..03-May-2022-

inc/H13-Sep-2010-2,7742,041

lib/Regexp/Assemble/H13-Sep-2010-13691

t/H13-Sep-2010-10679

xt/H13-Sep-2010-2017

ChangesH A D13-Sep-2010461 129

MANIFESTH A D13-Sep-2010450 2221

META.ymlH A D13-Sep-2010576 2726

Makefile.PLH A D10-Apr-2009227 119

READMEH A D10-Apr-2009591 2815

README

1This is Perl module Regexp::Assemble::Compressed.
2
3INSTALLATION
4
5Regexp::Assemble::Compressed installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Regexp::Assemble::Compressed
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
21Regexp::Assemble::Compressed documentation is available as in POD. So you can do:
22
23    % perldoc Regexp::Assemble::Compressed
24
25to read the documentation online with your favorite pager.
26
27Koichi Taniguchi
28