File: BrokenModule.pm

package info (click to toggle)
libbuiltin-compat-perl 0.003003-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 231; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
6
package BrokenModule;
BEGIN { our $started_loading = 1 }

]]];

1;