Init
This commit is contained in:
commit
9c80f2465a
7 changed files with 53 additions and 0 deletions
5
FU/XS.pm
Normal file
5
FU/XS.pm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package FU::XS 0.1;
|
||||
use Carp; # may be called by XS.
|
||||
use XSLoader;
|
||||
XSLoader::load('FU');
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue