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/c/stuff.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/c/stuff.pm') diff --git a/perl-install/c/stuff.pm b/perl-install/c/stuff.pm index 459b827c7..405f896cd 100644 --- a/perl-install/c/stuff.pm +++ b/perl-install/c/stuff.pm @@ -7,8 +7,9 @@ require DynaLoader; @ISA = qw(DynaLoader); $VERSION = '0.01'; +# perl_checker: EXPORT-ALL -bootstrap c::stuff $VERSION; +c::stuff->bootstrap($VERSION); sub from_utf8 { iconv($_[0], "utf-8", standard_charset()) } sub to_utf8 { iconv($_[0], standard_charset(), "utf-8") } -- cgit v1.2.1