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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Newt/Newt.pm b/perl-install/Newt/Newt.pm
index fdf9c0232..4b7c9a995 100644
--- a/perl-install/Newt/Newt.pm
+++ b/perl-install/Newt/Newt.pm
@@ -7,7 +7,7 @@ use DynaLoader;
use vars qw($VERSION @ISA);
@ISA = qw(DynaLoader);
$VERSION = '0.01';
-bootstrap Newt $VERSION;
+Newt->bootstrap($VERSION);
package Newt::Component; # $Id$
package Newt::Grid; # $Id$