File: LethalImport.pm

package info (click to toggle)
libtest-compile-perl 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 816; makefile: 2; sh: 1
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;