File: InputMap.pm

package info (click to toggle)
libextutils-typemap-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: perl: 276; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
package ExtUtils::Typemap::InputMap;
use 5.006001;
use strict;
use warnings;
our $VERSION = '1.00';
use ExtUtils::Typemap;
use ExtUtils::Typemaps::InputMap;
our @ISA = qw(ExtUtils::Typemaps::InputMap);

=head1 NAME

ExtUtils::Typemap::InputMap - Entry in the INPUT section of a typemap

=head1 SYNOPSIS

Use L<ExtUtils::Typemaps::InputMap> instead!

=head1 DESCRIPTION

Use L<ExtUtils::Typemaps::InputMap> instead! And find the explanation
at L<ExtUtils::Typemap>.

=head1 SEE ALSO

L<ExtUtils::Typemaps>

L<ExtUtils::Typemaps::InputMap>

=head1 AUTHOR

Steffen Mueller C<<smueller@cpan.org>>

=head1 COPYRIGHT & LICENSE

Copyright 2009, 2010, 2011 Steffen Mueller

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

=cut

1;