X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/f247cc770243a474bbba7845094047e0995b9746..179c09ecd60241b7e77990d7af0fbdfa93bbc7e9:/selfforum-cgi/shared/Template/Posting.pm diff --git a/selfforum-cgi/shared/Template/Posting.pm b/selfforum-cgi/shared/Template/Posting.pm index fe504f0..441178d 100644 --- a/selfforum-cgi/shared/Template/Posting.pm +++ b/selfforum-cgi/shared/Template/Posting.pm @@ -12,8 +12,6 @@ use strict; package Template::Posting; -use vars qw(@ISA @EXPORT); - use Encode::Posting; use Encode::Plain; $Encode::Plain::utf8 = 1; use Id; @@ -30,9 +28,8 @@ use XML::DOM; # Funktionsexport # ==================================================== -require Exporter; -@ISA = qw(Exporter); -@EXPORT = qw(print_posting_as_HTML message_as_HTML); +use base qw(Exporter); +@Template::Posting::EXPORT = qw(print_posting_as_HTML message_as_HTML); ################################ # sub print_posting_as_HTML