summaryrefslogtreecommitdiff
path: root/lib/User
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-12 18:44:49 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-12 18:44:49 +0000
commit98225a64488c895097b3ce3f7ac9c94f464be86b (patch)
tree844445b173ff28c32d345d8a96447613f45b538a /lib/User
parent54dc0f912bb497a6d6861fbfa3f067ec3cfdfe0c (diff)
downloadperl-98225a64488c895097b3ce3f7ac9c94f464be86b.tar.gz
Bump $VERSION in many modules that have changed.
p4raw-id: //depot/perl@26804
Diffstat (limited to 'lib/User')
-rw-r--r--lib/User/grent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/User/grent.pm b/lib/User/grent.pm
index 97a5495351..ce6ee5ea44 100644
--- a/lib/User/grent.pm
+++ b/lib/User/grent.pm
@@ -2,7 +2,7 @@ package User::grent;
use strict;
use 5.006_001;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();