- or download this
perl -c -MModule::Inline::C=PACKAGE blib/lib/Foo/Bar.pm # (or similar)
- or download this
package Foo::Bar;
use 5.006;
...
Foo::Bar - Perl extension for blah blah blah
=cut
- or download this
package Module::Inline::C;
use strict;
...
}
}
1;