0.12 on the CPAN; take 3.
Ashley Pond V [Tue, 2 Dec 2008 03:30:02 +0000 (03:30 +0000)]
MANIFEST
lib/Catalyst/Authentication/Credential/OpenID.pm

index ddadc3d..1d6dc15 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+Catalyst-Authentication-Credential-OpenID.patch
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
index 2ae4797..40928d2 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Authentication::Credential::OpenID;
 use strict;
-use warnings; no warnings "uninitialized"; # 321
+# use warnings; no warnings "uninitialized"; # for testing, not production
 use parent "Class::Accessor::Fast";
 
 BEGIN {