The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

package Foo;
use 5.005_03;
$VERSION = '1.23';
XSLoader::load(__PACKAGE__, $VERSION);
1;
__END__
=head1 NAME
Foo - A testing module for Module::Install::XSUtil
=head1 AUTHOR
Goro Fuji (gfx) E<lt>gfuji(at)cpan.orgE<gt>.
=head1 LICENSE AND COPYRIGHT
Copyright (c) 2009, Goro Fuji (gfx). Some rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut