File: Server.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 (13 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
package My::Server;

=begin WSDL

_IN bla @string

=cut

sub foo {
	
}

1;