File: Vvvvvvv.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 (12 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
package indirect::Test0::Fffff::Vvvvvvv;

use warnings;
use strict;

my $f;
sub import {
	my($class, %args) = @_;
	$f = bless({ x => $args{x}, y => $args{y} }, $class);
}

1;