From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- lib/Paths.pm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/Paths.pm (limited to 'lib/Paths.pm') diff --git a/lib/Paths.pm b/lib/Paths.pm new file mode 100644 index 0000000..7e249d3 --- /dev/null +++ b/lib/Paths.pm @@ -0,0 +1,3 @@ +use FindBin qw($RealBin); + +my $LIBS = "$RealBin/../lib"; -- cgit v1.2.3