]> ruin.nu Git - NDIRC.git/commitdiff
export calcXp
authorMichael Andreen <harv@ruin.nu>
Sun, 4 Feb 2007 12:30:24 +0000 (12:30 +0000)
committerMichael Andreen <harv@ruin.nu>
Sun, 4 Feb 2007 12:30:24 +0000 (12:30 +0000)
PA.pm

diff --git a/PA.pm b/PA.pm
index f1444a247f5610cbcd10351f80f65e624b7e899f..30e7fdc26383a122a0cc7b26d0a59b29c1ca144a 100644 (file)
--- 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) = @_;