Skip to content

Commit

Permalink
This has a min dep of 5.6.0. perlver++
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Sep 23, 2007
1 parent 3f028cd commit 940fca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/NetHack/PriceID.pm
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ package NetHack::PriceID;
use strict;
use warnings;
use integer;
use 5.6.0;

use parent 'Exporter';
our @EXPORT_OK = qw(priceid priceid_buy priceid_sell priceid_base);

0 comments on commit 940fca1

Please sign in to comment.