Skip to content

Commit

Permalink
Bumping version number and adding changes to Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
szbalint committed Nov 28, 2010
1 parent 787e439 commit 5cac63a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
Revision history for the Perl binding of libcurl, WWW::Curl.
4.15 Sun Nov 28 2010: - Balint Szilakszi <szbalint at cpan.org>

- Refactored constant handling and added thorough testing for it.
- Fixed CURLOPT_PRIVATE, it is now a string and can be set/get accordingly.

4.14 Sun Oct 24 2010: - Balint Szilakszi <szbalint at cpan.org>

- Scalar references can now be used to receive body/header data [gfx].
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -24,4 +24,4 @@ requires:
perl: 5.6.1
resources:
repository: http://github.com/szbalint/WWW--Curl
version: 4.14
version: 4.15
2 changes: 1 addition & 1 deletion lib/WWW/Curl.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use XSLoader;

our $VERSION = '4.14';
our $VERSION = '4.15';
XSLoader::load(__PACKAGE__, $VERSION);

END {
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Curl/Easy.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = '4.14';
our $VERSION = '4.15';

use WWW::Curl ();
use Exporter ();
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Curl/Form.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = '4.14';
our $VERSION = '4.15';

use WWW::Curl ();
use Exporter ();
Expand Down
2 changes: 1 addition & 1 deletion template/Easy.pm.tmpl
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = '4.14';
our $VERSION = '4.15';

use WWW::Curl ();
use Exporter ();
Expand Down

0 comments on commit 5cac63a

Please sign in to comment.