diff options
Diffstat (limited to 'perl-install/Newt')
-rw-r--r-- | perl-install/Newt/Newt.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Newt/Newt.pm b/perl-install/Newt/Newt.pm index 80dbaf54f..fdf9c0232 100644 --- a/perl-install/Newt/Newt.pm +++ b/perl-install/Newt/Newt.pm @@ -1,4 +1,4 @@ -package Newt; +package Newt; # $Id$ use strict; use vars qw($VERSION @ISA); @@ -9,8 +9,8 @@ use vars qw($VERSION @ISA); $VERSION = '0.01'; bootstrap Newt $VERSION; -package Newt::Component; -package Newt::Grid; +package Newt::Component; # $Id$ +package Newt::Grid; # $Id$ 1; |