summaryrefslogtreecommitdiff
path: root/lib/Env.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Env.pm')
-rw-r--r--lib/Env.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Env.pm b/lib/Env.pm
index 21870903b4..0e790754a8 100644
--- a/lib/Env.pm
+++ b/lib/Env.pm
@@ -2,7 +2,12 @@ package Env;
=head1 NAME
-Env - Perl module that imports environment variables
+Env - perl module that imports environment variables
+
+=head1 SYNOPSIS
+
+ use Env;
+ use Env qw(PATH HOME TERM);
=head1 DESCRIPTION