[Bps-public-commit] plient branch, master, updated. ed15856ddc0ae4702842992eedfc0bc99b1cf26f
? sunnavy
sunnavy at bestpractical.com
Mon Nov 21 22:12:02 EST 2011
The branch, master has been updated
via ed15856ddc0ae4702842992eedfc0bc99b1cf26f (commit)
via 9ce9406dfd62cda00fe2e93bf846e2bb1e4822f0 (commit)
via 083917b7a333f5b3e6b7a6266e0b56a9b0784e77 (commit)
from c3d54f7fd52a0765987b7c2de448bc065aa2b51f (commit)
Summary of changes:
Changes | 4 ++++
dist.ini | 2 +-
lib/Plient.pm | 2 +-
t/http/get.t | 2 +-
t/http/post.t | 2 +-
5 files changed, 8 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 083917b7a333f5b3e6b7a6266e0b56a9b0784e77
Author: sunnavy <sunnavy at gmail.com>
Date: Tue Nov 22 11:05:22 2011 +0800
test number fix when plackup is not available
diff --git a/t/http/get.t b/t/http/get.t
index 5dd0cb4..3ec1f79 100644
--- a/t/http/get.t
+++ b/t/http/get.t
@@ -8,7 +8,7 @@ use Plient::Test;
my $url = start_http_server();
SKIP: {
- skip 'no plackup available', 4 unless $url;
+ skip 'no plackup available', 10 unless $url;
# to test each handler, set env PLIENT_HANDLER_PREFERENCE_ONLY to true
for my $handler (qw/curl wget HTTPLite HTTPTiny LWP/) {
Plient->handler_preference( http => [$handler] );
diff --git a/t/http/post.t b/t/http/post.t
index 77458b1..36b07ca 100644
--- a/t/http/post.t
+++ b/t/http/post.t
@@ -8,7 +8,7 @@ use Plient::Test;
my $url = start_http_server();
SKIP: {
- skip 'no plackup available', 4 unless $url;
+ skip 'no plackup available', 5 unless $url;
# to test each handler, set env PLIENT_HANDLER_PREFERENCE_ONLY to true
for my $handler (qw/curl wget HTTPTiny HTTPLite LWP/) {
Plient->handler_preference( http => [$handler] );
commit 9ce9406dfd62cda00fe2e93bf846e2bb1e4822f0
Author: sunnavy <sunnavy at gmail.com>
Date: Tue Nov 22 11:11:38 2011 +0800
release 0.02
diff --git a/Changes b/Changes
index bd514ca..ae350e9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Plient
{{$NEXT}}
+0.02 2011-11-22 11:08:09 CST
+
+ test number fix
+
0.01 2011-11-13 21:45:55 CST
Initial release.
commit ed15856ddc0ae4702842992eedfc0bc99b1cf26f
Author: sunnavy <sunnavy at gmail.com>
Date: Tue Nov 22 11:11:44 2011 +0800
bump to 0.03
diff --git a/dist.ini b/dist.ini
index 6c3f1fc..6670fe4 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Plient
-version = 0.02
+version = 0.03
author = sunnavy <sunnavy at bestpractical.com>
license = Perl_5
copyright_holder = Best Practical Solutions
diff --git a/lib/Plient.pm b/lib/Plient.pm
index 5ee3d0a..6aca517 100644
--- a/lib/Plient.pm
+++ b/lib/Plient.pm
@@ -3,7 +3,7 @@ package Plient;
use warnings;
use strict;
use Carp;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
use File::Spec::Functions;
use base 'Exporter';
our @EXPORT = 'plient';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list