]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/Posting/Write.pm
*** empty log message ***
[selfforum.git] / selfforum-cgi / shared / Posting / Write.pm
index d2444df8d180a920299f0f626b4c37e9c1981880..72a5b256bf1601b3f0245e35885f44ebba74101f 100644 (file)
@@ -2,7 +2,7 @@
 
 # ====================================================
 # Autor: n.d.p. / 2001-01-29
-# lm   : n.d.p. / 2001-01-29
+# lm   : n.d.p. / 2001-02-25
 # ====================================================
 # Funktion:
 #      Speicherung eines Postings
@@ -12,14 +12,13 @@ use strict;
 
 package Posting::Write;
 
-use vars qw(@ISA @EXPORT);
+use vars qw(@EXPORT);
+use base qw(Exporter);
 
 # ====================================================
 # Funktionsexport
 # ====================================================
 
-require Exporter;
-@ISA    = qw(Exporter);
 @EXPORT = qw(write_posting);
 
 use Encode::Plain; $Encode::Plain::utf8 = 1;

patrick-canterino.de