File: Baz.pm

package info (click to toggle)
libalt-perl 0.19-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 89; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (4)
1
2
3
4
package Baz;
# define an incorrect ALT
use constant ALT => 'blah';
1;