File: XSVERSION

package info (click to toggle)
libafs-perl 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,244 kB
  • ctags: 268
  • sloc: perl: 5,159; ansic: 135; sh: 36; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/local/bin/perl -w

use blib;

use AFS::Utils qw (XSVERSION);

print 'XS-Version = ', XSVERSION, "\n";