X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=NDWeb%2FForum.pm;h=810f547af6346541ca99576d5c6e4f5bb0532ffb;hb=34876053e79ee0153b38c8cad7c9404322472f29;hp=ca2195e352f3d7bd313af97f8b95dabd70ac5809;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Forum.pm b/NDWeb/Forum.pm index ca2195e..810f547 100644 --- a/NDWeb/Forum.pm +++ b/NDWeb/Forum.pm @@ -17,12 +17,12 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::Web::Forum; +package NDWeb::Forum; use strict; use warnings FATAL => 'all'; use CGI qw{:standard}; use HTML::Template; -use ND::Web::Include; +use NDWeb::Include; require Exporter; our @ISA = qw/Exporter/;