File: CppGuessTest.pm

package info (click to toggle)
libextutils-cppguess-perl 0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 742; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
package CppGuessTest;

our $VERSION = '0.01';

use XSLoader;

XSLoader::load 'CppGuessTest', $VERSION;

1;