File: TestApp2.pm

package info (click to toggle)
libmoosex-object-pluggable-perl 0.0008-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 216 kB
  • ctags: 153
  • sloc: perl: 1,913; makefile: 43
file content (10 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
package TestApp2;

use strict;
use warnings;
use Moose;

extends 'TestApp';


1;