File: Moo.pm

package info (click to toggle)
libmodule-info-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 2,202; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
package Moo;

# potentially unsafe version assignment line
use vars; $VERSION = '0.12';

=head1 NAME

Moo - Hacking bovines's favorite

=cut

1;