blob: 1f5f505c76279f1fe593a99a5e67d77b8c0c89ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
package resize_fat::c_rewritten;
use strict;
use vars qw($VERSION @ISA);
require DynaLoader;
@ISA = qw(DynaLoader);
$VERSION = '0.01';
bootstrap resize_fat::c_rewritten $VERSION;
1;
|