diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-28 19:14:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-28 19:14:45 +0000 |
commit | 2ee22881483e84ea8b5ef0a5125631c04d174617 (patch) | |
tree | 049f83e2f8ef8c2ed3630d26b8a9f9c525202709 /perl-install/class_discard.pm | |
parent | 68db145d16c5fa22c876b294411cb9417ad3b08e (diff) | |
download | drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.gz drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.bz2 drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.tar.xz drakx-2ee22881483e84ea8b5ef0a5125631c04d174617.zip |
no_comment
Diffstat (limited to 'perl-install/class_discard.pm')
-rw-r--r-- | perl-install/class_discard.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/class_discard.pm b/perl-install/class_discard.pm new file mode 100644 index 000000000..5242e6e8e --- /dev/null +++ b/perl-install/class_discard.pm @@ -0,0 +1,7 @@ +package class_discard; + +sub new { bless {}, "class_discard" } + +sub AUTOLOAD { } + +1; |