Skip to content

Commit

Permalink
Initial revision
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Aug 16, 1998
1 parent 3a579ab commit f022983
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$Id$

Revision history for Perl extension POE.

1.00 Sat Aug 15 13:35:20 1998
- original version; created by h2xs 1.18
21 changes: 21 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# $Id$
Changes
MANIFEST
Makefile.PL
POE.pm
README
POE/Driver.pm
POE/Driver/SysRW.pm
POE/Filter.pm
POE/Filter/Line.pm
POE/Kernel.pm
POE/Session.pm
POE/Wheel.pm
POE/Wheel/ListenAccept.pm
POE/Wheel/ReadWrite.pm
t/test.t
tests/forkbomb.perl
tests/selects.perl
tests/sessions.perl
tests/signals.perl
tests/wheels.perl
9 changes: 9 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# $Id$

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'POE',
'VERSION_FROM' => 'POE.pm', # finds $VERSION
);
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
$Id$

To build, test and install this distribution, type:

perl Makefile.PL
make test
make install

Examples (and the real tests) exist in ./test.

-- Rocco Caputo / troc@netrus.net

0 comments on commit f022983

Please sign in to comment.