File: Bad.pm

package info (click to toggle)
libdist-checkconflicts-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 428 kB
  • sloc: perl: 938; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
package Bar::Foo::Bad;
use strict;
use warnings;

our $VERSION = 0.01;

1;