Skip to content

Commit

Permalink
update pecl_http
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Mar 10, 2016
1 parent 2b5307b commit 50fbd76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Package/pecl_http.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package::peclbase);

our $VERSION = '2.5.6';
our $VERSION = '3.0.1';

sub init {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Package/propro.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package::peclbase);

our $VERSION = '1.0.2';
our $VERSION = '2.0.0';

sub init {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Package/raphf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package::peclbase);

our $VERSION = '1.1.2';
our $VERSION = '2.0.0';

sub init {
my $self = shift;
Expand Down

0 comments on commit 50fbd76

Please sign in to comment.