summaryrefslogtreecommitdiff
path: root/lib/PAUSE/OpenID.pm
blob: 59f45253f789d6c6b3447275fc56f5f53f6dc446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
package PAUSE::OpenID; 
 
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->new('0.01');
 
1;
__END__
 
=head1 NAME
 
PAUSE::OpenID -
 
=head1 SYNOPSIS
 
  use PAUSE::OpenID;
 
=head1 DESCRIPTION
 
PAUSE::OpenID is
 
=head1 AUTHOR
 
Thomas Klausner E<lt>domm {at} cpan.orgE<gt>
 
=head1 SEE ALSO
 
=head1 LICENSE
 
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
 
=cut