File: Bar.pm

package info (click to toggle)
libpod-wsdl-perl 0.063-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 1,808; xml: 44; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package My::Bar;

sub barSub {}

1;

__END__

=head1 NAME

My::Bar - blah

=head1 SYNOPSIS

  use My::Bar;

=head1 DESCRIPTION

blah blah

=cut

=begin WSDL

	_ATTR _bar $negativeInteger _NEEDED a bar
	_ATTR _boerk $boolean a nillable _boerk

=cut