File: LethalImport.pm

package info (click to toggle)
libtest-compile-perl 1.0.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 252 kB
  • sloc: perl: 516; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (6)
1
2
3
4
5
package t::scripts::LethalImport;

sub import { die "All die"; }

1;