Skip to content

Commit

Permalink
Bump for 1.001
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed Jan 31, 2011
1 parent 8fc2f19 commit 19f061d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,9 @@
Revision history for Perl extension Feersum Revision history for Perl extension Feersum


1.001 1.001 Mon Jan 31 10:00:00 2011 -0800
Address RT#65239 by making Plack a true dep if present. Test::TCP is Address RT#65239 by making Plack a true dep. if present.
now a hard testing dependency. Test::TCP is now a hard build dependency.
Use Test::Fatal instead of Test::Exception.


1.000 Mon Nov 22 12:00:00 2010 -0800 1.000 Mon Nov 22 12:00:00 2010 -0800
Socialtext now runs Feersum in production, hence 1.000 Socialtext now runs Feersum in production, hence 1.000
Expand Down
2 changes: 1 addition & 1 deletion lib/Feersum.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use EV (); use EV ();
use Carp (); use Carp ();


our $VERSION = '1.000'; our $VERSION = '1.001';


require Feersum::Connection; require Feersum::Connection;
require Feersum::Connection::Handle; require Feersum::Connection::Handle;
Expand Down

0 comments on commit 19f061d

Please sign in to comment.