From 008781e2f4f073ccf2fdb1225d705f256b318449 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 31 Jan 2008 03:50:29 -0500 Subject: module stuff --- lib/Games/Word.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Games/Word.pm b/lib/Games/Word.pm index 0b57357..d9f4801 100644 --- a/lib/Games/Word.pm +++ b/lib/Games/Word.pm @@ -1,5 +1,9 @@ #!perl package Games::Word; +require Exporter; +@ISA = qw/Exporter/; +@EXPORT_OK = qw/random_permutation is_permutation/; + use strict; use warnings; use Math::Combinatorics qw/factorial/; -- cgit v1.2.3-54-g00ecf