From: Michael Andreen Date: Sun, 4 Feb 2007 12:30:24 +0000 (+0000) Subject: export calcXp X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;ds=sidebyside;h=f02c72c65bb1aeca54f6bf53da7f37c033880659;p=NDIRC.git export calcXp --- 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) = @_;