From e9fa4c98bb5f084739d3418ade3f0c51e34a0aa1 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 5 Jul 2007 00:51:08 +0200 Subject: Rebase tree. --- lib/LXRng.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/LXRng.pm (limited to 'lib/LXRng.pm') diff --git a/lib/LXRng.pm b/lib/LXRng.pm new file mode 100644 index 0000000..11415cc --- /dev/null +++ b/lib/LXRng.pm @@ -0,0 +1,12 @@ +package LXRng; + +use strict; +use vars qw($ROOT); + +sub import { + my ($class, %args) = @_; + + $ROOT = $args{'ROOT'} if exists $args{'ROOT'}; +} + +1; -- cgit v1.2.3