From f02c72c65bb1aeca54f6bf53da7f37c033880659 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 4 Feb 2007 12:30:24 +0000 Subject: [PATCH] export calcXp --- PA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PA.pm b/PA.pm index f1444a2..30e7fdc 100644 --- a/PA.pm +++ b/PA.pm @@ -28,7 +28,7 @@ require Exporter; our @ISA = qw/Exporter/; -our @EXPORT = qw/checkPlanet checkGal shipEff shipStop parseValue prettyValue/; +our @EXPORT = qw/checkPlanet checkGal shipEff shipStop parseValue prettyValue calcXp/; sub checkPlanet { my ($x,$y,$z,$intel) = @_; -- 2.39.2