Added libextutils-xspp-perl
[pkg-perl] / deb-src / libextutils-xspp-perl / libextutils-xspp-perl-0.07 / lib / ExtUtils / XSpp.pm
1 package ExtUtils::XSpp;
2
3 use strict;
4 use warnings;
5
6 use ExtUtils::XSpp::Driver;
7
8 our $VERSION = '0.07';
9
10 1;