[Bps-public-commit] plient branch, master, updated. 09439323f695b3b1b2c42146be33221811c31252
? sunnavy
sunnavy at bestpractical.com
Fri Feb 24 01:49:33 EST 2012
The branch, master has been updated
via 09439323f695b3b1b2c42146be33221811c31252 (commit)
via 48d230a4bca49309d099848a20124e8f32f17b80 (commit)
via ff2073db82749a78e38257413795461d18f9dadf (commit)
from 88ef7ee033bf92caaa283f8f5bc500ba9b87aa37 (commit)
Summary of changes:
Changes | 2 ++
dist.ini | 2 +-
lib/Plient.pm | 4 ++--
lib/Plient/Handler.pm | 2 +-
lib/Plient/Handler/HTTPLite.pm | 2 +-
lib/Plient/Handler/HTTPTiny.pm | 2 +-
lib/Plient/Handler/LWP.pm | 2 +-
lib/Plient/Handler/curl.pm | 2 +-
lib/Plient/Handler/wget.pm | 2 +-
lib/Plient/Protocol.pm | 2 +-
lib/Plient/Protocol/File.pm | 2 +-
lib/Plient/Protocol/HTTP.pm | 2 +-
lib/Plient/Protocol/HTTPS.pm | 2 +-
lib/Plient/Test.pm | 2 +-
lib/Plient/Util.pm | 2 +-
15 files changed, 17 insertions(+), 15 deletions(-)
- Log -----------------------------------------------------------------
commit ff2073db82749a78e38257413795461d18f9dadf
Author: sunnavy <sunnavy at gmail.com>
Date: Fri Feb 24 14:48:01 2012 +0800
release 0.03
diff --git a/Changes b/Changes
index f6c8c20..9bc7146 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Plient
{{$NEXT}}
+0.03 2012-02-24 14:46:22 CST
+
updated tests so we can test each handle individually
fixed support_method of wget, HTTPLite and HTTPTiny
fixed http_post for HTTPTiny
commit 48d230a4bca49309d099848a20124e8f32f17b80
Author: sunnavy <sunnavy at gmail.com>
Date: Fri Feb 24 14:48:37 2012 +0800
bump to 0.04
diff --git a/dist.ini b/dist.ini
index 6670fe4..2d3e451 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Plient
-version = 0.03
+version = 0.04
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 7973363..8638b90 100644
--- a/lib/Plient.pm
+++ b/lib/Plient.pm
@@ -3,7 +3,7 @@ package Plient;
use warnings;
use strict;
use Carp;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
use File::Spec::Functions;
use base 'Exporter';
our @EXPORT = 'plient';
commit 09439323f695b3b1b2c42146be33221811c31252
Author: sunnavy <sunnavy at gmail.com>
Date: Fri Feb 24 14:49:08 2012 +0800
update copyright to 2012!
diff --git a/lib/Plient.pm b/lib/Plient.pm
index 8638b90..29aeb45 100644
--- a/lib/Plient.pm
+++ b/lib/Plient.pm
@@ -470,7 +470,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Handler.pm b/lib/Plient/Handler.pm
index aeda30c..36091a1 100644
--- a/lib/Plient/Handler.pm
+++ b/lib/Plient/Handler.pm
@@ -57,7 +57,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Handler/HTTPLite.pm b/lib/Plient/Handler/HTTPLite.pm
index a830ebf..d6d6c11 100644
--- a/lib/Plient/Handler/HTTPLite.pm
+++ b/lib/Plient/Handler/HTTPLite.pm
@@ -123,7 +123,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Handler/HTTPTiny.pm b/lib/Plient/Handler/HTTPTiny.pm
index a9d0cf9..0738b51 100644
--- a/lib/Plient/Handler/HTTPTiny.pm
+++ b/lib/Plient/Handler/HTTPTiny.pm
@@ -141,7 +141,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Handler/LWP.pm b/lib/Plient/Handler/LWP.pm
index f44e060..be7481a 100644
--- a/lib/Plient/Handler/LWP.pm
+++ b/lib/Plient/Handler/LWP.pm
@@ -177,7 +177,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Handler/curl.pm b/lib/Plient/Handler/curl.pm
index 3ecf962..f73d60e 100644
--- a/lib/Plient/Handler/curl.pm
+++ b/lib/Plient/Handler/curl.pm
@@ -179,7 +179,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Handler/wget.pm b/lib/Plient/Handler/wget.pm
index 1d8cdbb..2693b2b 100644
--- a/lib/Plient/Handler/wget.pm
+++ b/lib/Plient/Handler/wget.pm
@@ -184,7 +184,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Protocol.pm b/lib/Plient/Protocol.pm
index daa927c..68751b0 100644
--- a/lib/Plient/Protocol.pm
+++ b/lib/Plient/Protocol.pm
@@ -57,7 +57,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Protocol/File.pm b/lib/Plient/Protocol/File.pm
index f119fd2..b6e76b3 100644
--- a/lib/Plient/Protocol/File.pm
+++ b/lib/Plient/Protocol/File.pm
@@ -41,7 +41,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Protocol/HTTP.pm b/lib/Plient/Protocol/HTTP.pm
index f474533..7b7dca7 100644
--- a/lib/Plient/Protocol/HTTP.pm
+++ b/lib/Plient/Protocol/HTTP.pm
@@ -33,7 +33,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Protocol/HTTPS.pm b/lib/Plient/Protocol/HTTPS.pm
index 8d0dddd..98a213f 100644
--- a/lib/Plient/Protocol/HTTPS.pm
+++ b/lib/Plient/Protocol/HTTPS.pm
@@ -32,7 +32,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Test.pm b/lib/Plient/Test.pm
index f32d773..359cafd 100644
--- a/lib/Plient/Test.pm
+++ b/lib/Plient/Test.pm
@@ -66,7 +66,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Plient/Util.pm b/lib/Plient/Util.pm
index 12a2b49..3d7efba 100644
--- a/lib/Plient/Util.pm
+++ b/lib/Plient/Util.pm
@@ -65,7 +65,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010-2011 Best Practical Solutions.
+Copyright 2010-2012 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list