summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/lib/User/grent.pm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/lib/User/grent.pm')
-rw-r--r--contrib/perl5/lib/User/grent.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/perl5/lib/User/grent.pm b/contrib/perl5/lib/User/grent.pm
index e4e226d..95e4189 100644
--- a/contrib/perl5/lib/User/grent.pm
+++ b/contrib/perl5/lib/User/grent.pm
@@ -1,9 +1,10 @@
package User::grent;
use strict;
+use 5.005_64;
+our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
BEGIN {
use Exporter ();
- use vars qw(@EXPORT @EXPORT_OK %EXPORT_TAGS);
@EXPORT = qw(getgrent getgrgid getgrnam getgr);
@EXPORT_OK = qw($gr_name $gr_gid $gr_passwd $gr_mem @gr_members);
%EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] );
OpenPOWER on IntegriCloud