File: Foo.pm

package info (click to toggle)
libmoose-perl 2.2207-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 7,416 kB
  • sloc: perl: 21,345; ansic: 291; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
package Foo;
use Moose;

has 'bar' => (is => 'rw');

1;