summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Newt.pm
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-07-18 17:04:07 +0000
committerMystery Man <unknown@mandriva.org>2002-07-18 17:04:07 +0000
commit427da37597ce1818756dbe3e2482135886fa80ca (patch)
tree560d65515b02387e636d045df233e641aabf5c24 /perl-install/Newt/Newt.pm
parent53b3ee0964e09fa0a1ebf1f721485388afd8fa20 (diff)
downloaddrakx-1_1_8_7mdk.tar
drakx-1_1_8_7mdk.tar.gz
drakx-1_1_8_7mdk.tar.bz2
drakx-1_1_8_7mdk.tar.xz
drakx-1_1_8_7mdk.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_8_7mdk'.V1_1_8_7mdk
Diffstat (limited to 'perl-install/Newt/Newt.pm')
-rw-r--r--perl-install/Newt/Newt.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/perl-install/Newt/Newt.pm b/perl-install/Newt/Newt.pm
deleted file mode 100644
index fdf9c0232..000000000
--- a/perl-install/Newt/Newt.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-package Newt; # $Id$
-
-use strict;
-use vars qw($VERSION @ISA);
-use DynaLoader;
-
-use vars qw($VERSION @ISA);
-@ISA = qw(DynaLoader);
-$VERSION = '0.01';
-bootstrap Newt $VERSION;
-
-package Newt::Component; # $Id$
-package Newt::Grid; # $Id$
-
-
-1;