File: Metaboondle.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 (10 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
package Foo::Metaboondle;

sub mvp_bundle_config {
  return (
    [ 'boondle_X', 'Foo::Boondle', { } ],
    [ 'boondle_3', 'Foo::Boo2',    { xyzzy => 'plugh' } ],
  );
}

1;