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

..03-May-2022-

bin/H18-Oct-2004-11631

lib/POE/Devel/H18-Oct-2004-1,083489

t/H18-Oct-2004-1811

MANIFESTH A D18-Oct-2004230 1110

META.ymlH A D18-Oct-2004360 1210

Makefile.PLH A D18-Oct-2004537 1512

READMEH A D18-Oct-2004502 2717

README

1POE-Devel-Profiler version 0.01
2==============================
3
4Use this module to get some nice profiling information about your
5POE application.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20	POE
21
22COPYRIGHT AND LICENCE
23
24Copyright 2004 by Apocalypse
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself.