Skip to content

Commit

Permalink
Bump the revision for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Feb 15, 2010
1 parent 38323e6 commit a312f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/POE/Component/Client/HTTP.pm
Expand Up @@ -9,7 +9,7 @@ use constant DEBUG => 0;
use constant DEBUG_DATA => 0;

use vars qw($VERSION);
$VERSION = '0.894';
$VERSION = '0.895';

use Carp qw(croak);
use HTTP::Response;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/Client/HTTP/RequestFactory.pm
Expand Up @@ -19,7 +19,7 @@ use constant FCT_TIMEOUT => 9;
use constant DEBUG => 0;
use constant DEFAULT_BLOCK_SIZE => 4096;

our $VERSION = "0.894";
our $VERSION = "0.895";

=head1 CONSTRUCTOR
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Filter/HTTPHead.pm
Expand Up @@ -174,7 +174,7 @@ the other end of a connection as L<POE::Filter::HTTPD>
=cut

use vars qw($VERSION);
$VERSION = '0.894';
$VERSION = '0.895';

use base qw(POE::Filter::Stackable);
use POE::Filter::Line;
Expand Down

0 comments on commit a312f51

Please sign in to comment.