File: Baz.pm

package info (click to toggle)
libconfig-mvp-perl 2.200013-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 829; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (7)
1
2
3
4
package Foo::Baz;
sub mvp_multivalue_args { qw(multi) }

1;