Skip to content

Commit

Permalink
Use latest POE, and prepare for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jul 28, 2009
1 parent 2438058 commit 96f372e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -20,8 +20,8 @@ WriteMakefile(
}, },
PM => { 'Ping.pm' => '$(INST_LIBDIR)/Ping.pm' }, PM => { 'Ping.pm' => '$(INST_LIBDIR)/Ping.pm' },
PREREQ_PM => { PREREQ_PM => {
POE => 0.11, 'POE' => 1.007,
Time::HiRes => 1.20, 'Time::HiRes' => 1.20,
}, },
dist => { dist => {
COMPRESS => 'gzip -9f', COMPRESS => 'gzip -9f',
Expand Down
2 changes: 1 addition & 1 deletion Ping.pm
Expand Up @@ -25,7 +25,7 @@ use vars qw(@ISA @EXPORT_OK %EXPORT_TAGS);
); );


use vars qw($VERSION $PKTSIZE); use vars qw($VERSION $PKTSIZE);
$VERSION = '1.15'; $VERSION = '1.160';
$PKTSIZE = $^O eq 'linux' ? 3_000 : 100; $PKTSIZE = $^O eq 'linux' ? 3_000 : 100;


use Carp qw(croak); use Carp qw(croak);
Expand Down

0 comments on commit 96f372e

Please sign in to comment.