--- nfo/perl/scripts/outlook2ldap/bin/releaseMe.pl 2003/01/20 21:22:18 1.1 +++ nfo/perl/scripts/outlook2ldap/bin/releaseMe.pl 2003/01/20 21:50:49 1.2 @@ -1,9 +1,12 @@ #!/usr/bin/perl ## -------------------------------------------------------------------------------- -## $Id: releaseMe.pl,v 1.1 2003/01/20 21:22:18 joko Exp $ +## $Id: releaseMe.pl,v 1.2 2003/01/20 21:50:49 joko Exp $ ## -------------------------------------------------------------------------------- ## $Log: releaseMe.pl,v $ +## Revision 1.2 2003/01/20 21:50:49 joko +## + now utilizing 'org::netfrag::preambel' +## ## Revision 1.1 2003/01/20 21:22:18 joko ## + initial check-in ## calls some scripts at 'perl/scripts/shortcuts' to get a software-package (directory) packaged and published to (in this case) 'http://netfrag.org/~joko/computing/releases/01-snapshots/' @@ -14,15 +17,8 @@ use strict; use warnings; -# determine and set 'libpath' at runtime, but before execution -my $libpath; -BEGIN { - use FindBin qw($Bin); - $libpath = "$Bin/../../../libs"; -} - -# use '$libpath' path to look for additional modules -use lib $libpath; +use lib qw( ../libs ); +use org::netfrag::preambel; # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - main