File: two.pm

package info (click to toggle)
libalt-base-perl 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 173; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
package Alt::Bar::two;
# test check=>0, Bar does not define $ALT but it's okay
use base qw(Alt::Base);
our %ALT = (check => 0);
1;