[Bps-public-commit] plient branch, master, updated. ca4db3e34e4d4ad5272fd623e3c0fca8ddb7ea4a
? sunnavy
sunnavy at bestpractical.com
Fri Nov 11 17:03:43 EST 2011
The branch, master has been updated
via ca4db3e34e4d4ad5272fd623e3c0fca8ddb7ea4a (commit)
via 7e1e9340bc7e895d592ac6d858121ad54203b261 (commit)
from e9ceafee02ae17014c0a1d8410ae637fb007e404 (commit)
Summary of changes:
bin/plient | 2 +-
lib/Plient.pm | 2 +-
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 +-
14 files changed, 14 insertions(+), 14 deletions(-)
- Log -----------------------------------------------------------------
commit 7e1e9340bc7e895d592ac6d858121ad54203b261
Author: sunnavy <sunnavy at gmail.com>
Date: Sat Nov 12 05:55:14 2011 +0800
typo
diff --git a/bin/plient b/bin/plient
index b79c437..90a8b8d 100755
--- a/bin/plient
+++ b/bin/plient
@@ -17,7 +17,7 @@ GetOptions( \%args, 'help|h', 'support=s', 'request|X=s', 'output|o=s',
my $USAGE =<<EOF;
USAGE: plient URL [ ... ]
EXAMPLES:
- plient --support http_get # check is support HTTP GET
+ plient --support http_get # check if support HTTP GET
plient http://cpan.org/ # fetch http://cpan.org
plient -o /tmp/cpan.html http://cpan.org/ # write to file
plient -u user:password http://foo.org # use basic auth
commit ca4db3e34e4d4ad5272fd623e3c0fca8ddb7ea4a
Author: sunnavy <sunnavy at gmail.com>
Date: Sat Nov 12 05:55:57 2011 +0800
copyright update
diff --git a/lib/Plient.pm b/lib/Plient.pm
index 958098c..fea533c 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 Best Practical Solutions.
+Copyright 2010-2011 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 affc28f..aeda30c 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 Best Practical Solutions.
+Copyright 2010-2011 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 049f420..d3561c2 100644
--- a/lib/Plient/Handler/HTTPLite.pm
+++ b/lib/Plient/Handler/HTTPLite.pm
@@ -122,7 +122,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010 Best Practical Solutions.
+Copyright 2010-2011 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 6f33010..858f592 100644
--- a/lib/Plient/Handler/HTTPTiny.pm
+++ b/lib/Plient/Handler/HTTPTiny.pm
@@ -137,7 +137,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010 Best Practical Solutions.
+Copyright 2010-2011 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 5517346..f44e060 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 Best Practical Solutions.
+Copyright 2010-2011 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 7b52b45..3ecf962 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 Best Practical Solutions.
+Copyright 2010-2011 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 1af7d2c..552f105 100644
--- a/lib/Plient/Handler/wget.pm
+++ b/lib/Plient/Handler/wget.pm
@@ -183,7 +183,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright 2010 Best Practical Solutions.
+Copyright 2010-2011 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 fac2ef3..daa927c 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 Best Practical Solutions.
+Copyright 2010-2011 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 b9623f0..f119fd2 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 Best Practical Solutions.
+Copyright 2010-2011 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 7a6a37c..f474533 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 Best Practical Solutions.
+Copyright 2010-2011 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 9ae7e64..8d0dddd 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 Best Practical Solutions.
+Copyright 2010-2011 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 243f641..f32d773 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 Best Practical Solutions.
+Copyright 2010-2011 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 0fb10aa..12a2b49 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 Best Practical Solutions.
+Copyright 2010-2011 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