diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:00:52 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:00:52 +0000 |
commit | d31469da4af84d7f79626cf98a848f416adedfcb (patch) | |
tree | 8a2d57a84a436bbb8c770d6a9d6ff8154e4a6e6c /perllib/Standard.pm | |
parent | 9a43ec4a12f8963b3acd8433bdd78a301e3fc7b9 (diff) |
Updating paths to commonlib
Diffstat (limited to 'perllib/Standard.pm')
-rw-r--r-- | perllib/Standard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Standard.pm b/perllib/Standard.pm index 2a776e8c3..eda2d89fb 100644 --- a/perllib/Standard.pm +++ b/perllib/Standard.pm @@ -16,7 +16,7 @@ require 5.8.0; # Horrible boilerplate to set up appropriate library paths. use FindBin; use lib "$FindBin::Bin/../perllib"; -use lib "$FindBin::Bin/../../perllib"; +use lib "$FindBin::Bin/../commonlib/perllib"; use Page; |