public
Description: Test::TCP for perl
Homepage:
Clone URL: git://github.com/tokuhirom/test-tcp.git
name age message
file .gitignore Sun Oct 18 08:31:27 -0700 2009 tweaks for hell [tokuhirom]
file .shipit Tue Sep 08 19:39:11 -0700 2009 push to github, automatically [tokuhirom]
file Changes Sat Nov 28 22:05:10 -0800 2009 Checking in changes prior to tagging of version... [tokuhirom]
file MANIFEST Wed Oct 14 18:18:19 -0700 2009 Checking in changes prior to tagging of version... [tokuhirom]
file MANIFEST.SKIP Wed Mar 25 21:16:49 -0700 2009 Checking in changes prior to tagging of version... [tokuhirom]
file Makefile.PL Mon Oct 26 00:44:37 -0700 2009 depend to latest Test::SharedFork. But its not ... [tokuhirom]
file README Sat Aug 16 23:09:14 -0700 2008 initial import git-svn-id: http://svn.coderepo... [tokuhirom]
directory lib/ Wed Dec 09 06:31:50 -0800 2009 cast port number to integer.This is required. [tokuhirom]
directory t/ Wed Dec 09 03:59:45 -0800 2009 support prove -j! [tokuhirom]
directory xt/ Sun Oct 18 09:20:19 -0700 2009 added stopwords [tokuhirom]
README
This is Perl module Test::TCP.

INSTALLATION

Test::TCP installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Test::TCP

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Test::TCP documentation is available as in POD. So you can do:

    % perldoc Test::TCP

to read the documentation online with your favorite pager.

Tokuhiro Matsuno