[Catalyst-commits] r10879 - in Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk: . lib/Catalyst/Authentication/Credential/HTTP

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Jul 13 10:44:27 GMT 2009


Author: t0m
Date: 2009-07-13 10:44:26 +0000 (Mon, 13 Jul 2009)
New Revision: 10879

Removed:
   Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/MANIFEST
   Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/User.pm
Modified:
   Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/
   Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/.shipit
   Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes
   Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm
Log:
Checking in changes prior to tagging of version 0.06.  Changelog diff is:

Index: Changes
===================================================================
--- Changes	(revision 10878)
+++ Changes	(working copy)
@@ -1,3 +1,5 @@
+0.06  2009-07-13
+        - Remove incorrectly shipped Catalyst::Plugin::Authentication::Credential::HTTP::User class
         - Fix misleading 'password' in documentation (because this module
           doesn't check against store passwords) (Ian Wells)
 



Property changes on: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk
___________________________________________________________________
Name: svn:ignore
   - Makefile
inc
META.yml
.*.swp
pm_to_blib
blib
   + MANIFEST
Makefile
inc
META.yml
.*.swp
pm_to_blib
blib


Modified: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/.shipit
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/.shipit	2009-07-13 04:34:37 UTC (rev 10878)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/.shipit	2009-07-13 10:44:26 UTC (rev 10879)
@@ -1,7 +1,7 @@
 # auto-generated shipit config file.
 steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
 
-svk.tagpattern =  //mirror/Catalyst-Authentication-Credential-HTTP-Proxy/1.000/tags/%v
+svn.tagpattern =  http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP-Proxy/1.000/tags/%v
 
 # svn.tagpattern = MyProj-%v
 # svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v

Modified: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes	2009-07-13 04:34:37 UTC (rev 10878)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes	2009-07-13 10:44:26 UTC (rev 10879)
@@ -1,3 +1,5 @@
+0.06  2009-07-13
+        - Remove incorrectly shipped Catalyst::Plugin::Authentication::Credential::HTTP::User class
         - Fix misleading 'password' in documentation (because this module
           doesn't check against store passwords) (Ian Wells)
 

Deleted: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/MANIFEST
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/MANIFEST	2009-07-13 04:34:37 UTC (rev 10878)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/MANIFEST	2009-07-13 10:44:26 UTC (rev 10879)
@@ -1,26 +0,0 @@
-Changes
-inc/Module/AutoInstall.pm
-inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm
-lib/Catalyst/Authentication/Credential/HTTP/Proxy/User.pm
-lib/Catalyst/Authentication/Credential/HTTP/User.pm
-Makefile.PL
-MANIFEST			This list of files
-META.yml
-README
-t/kwalitee.t
-t/live_app.t
-t/mock.t
-t/pod.t
-t/pod_coverage.t
-t/pod_spelling.t
-t/use.t

Modified: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm	2009-07-13 04:34:37 UTC (rev 10878)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm	2009-07-13 10:44:26 UTC (rev 10879)
@@ -8,7 +8,7 @@
 use URI::Escape    ();
 use Catalyst::Authentication::Credential::HTTP::Proxy::User;
 
-our $VERSION = "0.05";
+our $VERSION = "0.06";
 
 __PACKAGE__->mk_accessors(qw/ 
     url

Deleted: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/User.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/User.pm	2009-07-13 04:34:37 UTC (rev 10878)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/User.pm	2009-07-13 10:44:26 UTC (rev 10879)
@@ -1,47 +0,0 @@
-package Catalyst::Plugin::Authentication::Credential::HTTP::User;
-
-use strict;
-use warnings;
-
-use base 'LWP::UserAgent';
-
-sub credentials {
-   my ($self,$user,$pass)=@_;
-   @{$self->{credentials}}=($user,$pass);
-}
-
-sub get_basic_credentials {
-    my $self = shift;
-    return @{$self->{credentials}};
-}
-
-1;
-
-=head1 NAME
-
-Catalyst::Plugin::Authentication::Credential::HTTP::User - Wrapper for LWP::UserAgent
-
-=head1 DESCRIPTION
-
-A thin wrapper for L<LWP::UserAgent> to make basic auth simpler.
-
-=head1 METHODS
-
-=head2 credentials
-
-now takes just a username and password
-
-=head2 get_basic_credentials
-
-Returns the set credentials, takes no options.
-
-=head1 AUTHOR
-
-Marcus Ramberg <mramberg at cpan.org
-
-=head1 LICENSE
-
-This software is licensed under the same terms as perl itself.i
-
-=cut
-




More information about the Catalyst-commits mailing list