File: Pppppppp.pm

package info (click to toggle)
libindirect-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 368 kB
  • ctags: 135
  • sloc: perl: 2,457; ansic: 207; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package indirect::Test0::Oooooo::Pppppppp;

use strict;
no indirect ":fatal";

use indirect::Test0::Fffff::Vvvvvvv
	z => 0,
	x => sub { },
	y => sub { };

use indirect::Test0::Fffff::Vvvvvvv
	t => [ xxxx => qw<xxxxxx xxxxxxx> ],
	x => sub { $_[0]->method };

1;