DEBSOURCES
Skip Quicknav
sources / libffi-platypus-perl / 2.10-1 / examples / bundle-const / lib / Const.pm
123456789101112
package Const; use strict; use warnings; use FFI::Platypus 2.00; { my $ffi = FFI::Platypus->new( api => 2 ); $ffi->bundle; } 1;