File: 0-load.t

package info (click to toggle)
libwin32-exe-perl 0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: perl: 3,679; xml: 38; makefile: 11
file content (8 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;

use_ok('Win32::Exe::InsertResourceSection');

1;