From b0d554c4155060ed665844fdf7b2a08db9bb3356 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 27 Nov 2002 20:50:12 +0000 Subject: perl_checker adaptations --- perl-install/Newt/Newt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Newt/Newt.pm') 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$ -- cgit v1.2.1