]> eyrie.org Git - kerberos/perl-kerberos.git/commitdiff
Update module versions to 0.03
authorRuss Allbery <rra@cpan.org>
Tue, 22 Apr 2014 23:25:54 +0000 (16:25 -0700)
committerRuss Allbery <rra@cpan.org>
Tue, 22 Apr 2014 23:25:54 +0000 (16:25 -0700)
Build.PL
lib/Authen/Kerberos.pm
lib/Authen/Kerberos/Exception.pm
lib/Authen/Kerberos/Kadmin.pm
lib/Authen/Kerberos/Kadmin/Entry.pm
lib/Authen/Kerberos/Keytab.pm
lib/Authen/Kerberos/KeytabEntry.pm
lib/Authen/Kerberos/Principal.pm

index 87baf1d1a4a5d9bbac63d9e0501dffcebc0ce85e..57f54f2aea1d71e4cbe386b862ac7816437d8749 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -194,7 +194,7 @@ my $build = Module::Build->new(
     module_name          => 'Authen::Kerberos',
     dist_abstract        => 'Perl bindings for Kerberos libraries',
     dist_author          => 'Russ Allbery <rra@cpan.org>',
-    dist_version         => '0.02',
+    dist_version         => '0.03',
     license              => 'mit',
     recursive_test_files => 1,
     add_to_cleanup       => [qw(config.log cover_db glue/*.o util/*.o)],
index 7f0a40b33863c47cef95877237ae0e1b833a050a..1e6a1647068c000a57afc57eca10255f86d9ea46 100644 (file)
@@ -44,7 +44,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 # The C code also creates some other types of objects and throws
index cbcbcd0d24687a194c51790f9e09cbf8e6c75c1b..1f831850bee2f2e6b7c320ed77f6d8e4d2b01efb 100644 (file)
@@ -45,7 +45,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 # There is intentionally no constructor.  This object is thrown by the
index e05906620cf701720b0f672026550acfb19de566..20c5f5aeb1933614b90a1ef629350cc000f11f04 100644 (file)
@@ -48,7 +48,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 # Load the binary module.
index 99e29a9dcbfa8d94e9178df16641e14aaecfa81b..e721f4d2f1fed47d693156af38364f180e972e9f 100644 (file)
@@ -41,7 +41,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 1;
index a6320507880018fc7a104ec5f8c593bbb862b9f6..64b3852fbf3f1ab84e73768522aafc61fd7f38c8 100644 (file)
@@ -39,7 +39,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 1;
index 614abca62fee8db70fb75a8ad5b3ef484943bb13..c19b47689fcb208012246ae102984460671ee01b 100644 (file)
@@ -39,7 +39,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 1;
index 69348aa7226475db4cf4978d38fcf109bb1dd7a3..e7c250466d55b6e097024e2819e8b1e68c6c519f 100644 (file)
@@ -39,7 +39,7 @@ our $VERSION;
 
 # Set $VERSION in a BEGIN block for robustness.
 BEGIN {
-    $VERSION = '0.02';
+    $VERSION = '0.03';
 }
 
 1;