File: Foo_Bar_Tiny.pm

package info (click to toggle)
libobject-tiny-perl 1.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 379; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (2)
1
2
3
4
5
package Foo_Bar_Tiny;

use Object::Tiny qw{ foo bar baz };

1;