summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Newt.pm
diff options
context:
space:
mode:
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;