X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/9d373d4a1ba83c41e5a06a5b58680d08d1eba724..f247cc770243a474bbba7845094047e0995b9746:/selfforum-cgi/shared/Encode/Posting.pm?ds=sidebyside diff --git a/selfforum-cgi/shared/Encode/Posting.pm b/selfforum-cgi/shared/Encode/Posting.pm index b12420f..0140dfb 100644 --- a/selfforum-cgi/shared/Encode/Posting.pm +++ b/selfforum-cgi/shared/Encode/Posting.pm @@ -2,7 +2,7 @@ # ==================================================== # Autor: n.d.p. / 2001-01-07 -# lm : n.d.p. / 2001-01-08 +# lm : n.d.p. / 2001-02-25 # ==================================================== # Funktion: # Spezielle Codierung eines Postingtextes @@ -12,15 +12,14 @@ use strict; package Encode::Posting; -use vars qw(@ISA @EXPORT); +use vars qw(@EXPORT); use Encode::Plain; $Encode::Plain::utf8 = 1; # ==================================================== # Funktionsexport # ==================================================== -require Exporter; -@ISA = qw(Exporter); +use base qw(Exporter); @EXPORT = qw(encoded_body answer_field message_field); ################################