Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Mouse
/
t
/
lib
/
Role
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Child.pm
262 B
-rw-r--r--
2019-10-27 19:43:23
Edit
Del
Interface.pm
201 B
-rw-r--r--
2019-10-27 19:43:23
Edit
Del
Parent.pm
209 B
-rw-r--r--
2019-10-27 19:43:23
Edit
Del
Editing: Parent.pm
(209 B)
Path: /usr/share/doc/perl-Mouse/t/lib/Role/Parent.pm
Back
package Role::Parent; # This is automatically generated by author/import-moose-test.pl. # DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! use MooseCompat; use Mouse::Role; sub meth2 { } sub meth1 { } 1;