File: XSBuilder.pm

package info (click to toggle)
libextutils-xsbuilder-perl 0.28-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: perl: 2,837; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10

package ExtUtils::XSBuilder ;
use strict ;
use vars qw{$VERSION} ;

$VERSION = '0.28' ;

1;