File: STL.pm

package info (click to toggle)
libextutils-typemaps-default-perl 1.05-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 758; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 774 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
30
31
32
33
34
35
36
37
38
39
40
41
42
package ExtUtils::Typemap::STL;
use strict;
use warnings;
use ExtUtils::Typemaps;
use ExtUtils::Typemaps::STL;

our $VERSION = '1.05';

our @ISA = qw(ExtUtils::Typemaps::STL);

=head1 NAME

ExtUtils::Typemap::STL - A set of useful typemaps for STL

=head1 SYNOPSIS

This module had to be renamed. Use L<ExtUtils::Typemaps::STL> instead!

=head1 DESCRIPTION

This module had to be renamed. Use L<ExtUtils::Typemaps::STL> instead!

=head1 SEE ALSO

L<ExtUtils::Typemaps::STL>

L<ExtUtils::Typemap>, L<ExtUtils::Typemaps>

=head1 AUTHOR

Steffen Mueller <smueller@cpan.org>

=head1 COPYRIGHT AND LICENSE

Copyright 2010, 2011, 2012, 2013 by Steffen Mueller

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

=cut

1;