X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/f247cc770243a474bbba7845094047e0995b9746..bc4dbfc54e744764e2be7ff3606ccd9a0e86ae08:/selfforum-cgi/shared/Template/Posting.pm?ds=sidebyside 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