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

..03-May-2022-

inc/Module/H22-Jun-2004-807590

lib/MasonX/H22-Jun-2004-12543

t/H22-Jun-2004-3827

ChangesH A D22-Jun-20043.3 KiB6564

MANIFESTH A D16-Mar-2004351 1817

META.ymlH A D22-Jun-2004281 1413

Makefile.PLH A D16-Mar-2004455 169

READMEH A D17-Jun-2004779 2818

SIGNATUREH A D22-Jun-20041.7 KiB4033

README

1# $File: //member/autrijus/MasonX-Profiler/README $ $Author: autrijus $
2# $Revision: #2 $ $Change: 10888 $ $DateTime: 2004/06/17 00:16:20 $
3
4This is the README file for MasonX::Profiler, a per-component profiler
5extension for HTML::Mason.
6
7Please type "perldoc MasonX::Profiler" after installation to see
8the module usage information.
9
10* Installation
11
12MasonX::Profiler uses the standard perl module install process:
13
14cpansign -v		# optional; see SIGNATURE for details
15perl Makefile.PL
16make			# or 'nmake' on Win32
17make test
18make install
19
20* Copyright
21
22Copyright 2002, 2003, 2004 by Autrijus Tang <autrijus@autrijus.org>.
23
24All rights reserved.  You can redistribute and/or modify
25this bundle under the same terms as Perl itself.
26
27See <http://www.perl.com/perl/misc/Artistic.html>.
28