(no commit message)
Sascha Kiefer [Fri, 21 Jul 2006 18:15:25 +0000 (18:15 +0000)]
Build.PL
lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm

index d281c63..18d2522 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -13,6 +13,7 @@ my $build = Module::Build->new(
         'URI::Escape'                      => 0,
         'Test::MockObject'                 => '1.01',
         'Test::Exception'                  => 0,
+        'Data::UUID'                       => 0.11
     },
     create_readme => 1,
     sign          => 0,
index 13d63d3..1e50568 100644 (file)
@@ -11,7 +11,7 @@ use URI::Escape    ();
 use Catalyst       ();\r
 use Digest::MD5    ();\r
 \r
-our $VERSION = "0.04";\r
+our $VERSION = "0.05";\r
 \r
 sub authenticate_http {\r
     my $c = shift;\r