Skip to content

Commit

Permalink
Declare dependency on XML::Simple.
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Oct 14, 2008
1 parent a5696e6 commit 834132a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions perl/Net-OpenID-Consumer/ChangeLog
@@ -1,3 +1,7 @@
1.02:

* Declare dependency on XML::Simple

1.01:

* Make the verified_identity bit accept assertions from any
Expand Down
1 change: 1 addition & 0 deletions perl/Net-OpenID-Consumer/Makefile.PL
Expand Up @@ -8,6 +8,7 @@ WriteMakefile( 'NAME' => 'Net::OpenID::Consumer',
'Digest::SHA1' => 0,
'URI' => 0,
'Time::Local' => 0,
'XML::Simple' => 0,
'Crypt::DH' => 0.05,
},
($] >= 5.005 ?
Expand Down
2 changes: 1 addition & 1 deletion perl/Net-OpenID-Consumer/lib/Net/OpenID/Consumer.pm
Expand Up @@ -9,7 +9,7 @@ use Storable;
package Net::OpenID::Consumer;

use vars qw($VERSION);
$VERSION = "1.01";
$VERSION = "1.02";

use fields (
'cache', # a Cache object to store HTTP responses and associations
Expand Down

0 comments on commit 834132a

Please sign in to comment.