File: BrokenModule.pm

package info (click to toggle)
librole-tiny-perl 2.000005-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 32
  • sloc: perl: 380; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package BrokenModule;
use strict;
use warnings;

my $f = blorp;
1;