File: ClassType_Foo.pm

package info (click to toggle)
libmouse-perl 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,156 kB
  • sloc: perl: 14,569; ansic: 218; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (4)
1
2
3
4
package ClassType_Foo;
use Mouse;
has 'foo' => ( is => 'rw' );
1;