• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/ExtUtils/H19-Oct-2015-22787

t/H19-Oct-2015-13398

Build.PLH A D19-Oct-2015825 2825

ChangesH A D19-Oct-20151.1 KiB3222

MANIFESTH A D19-Oct-2015130 1211

META.jsonH A D19-Oct-20151.2 KiB5453

META.ymlH A D19-Oct-2015767 3029

READMEH A D19-Oct-20151.3 KiB5331

README

1
2==  ExtUtils-LibBuilder ==
3
4Some Perl modules need to ship C libraries together with their Perl
5code. Although there are mechanisms to compile and link (or glue) C
6code in your Perl programs, there isn't a clear method to compile
7standard, self-contained C libraries.
8
9This module main goal is to help in that task.
10
11
12INSTALLATION
13
14To install this module, run the following commands:
15
16	perl Build.PL
17	./Build
18	./Build test
19	./Build install
20
21SUPPORT AND DOCUMENTATION
22
23After installing, you can find documentation for this module with the
24perldoc command.
25
26    perldoc ExtUtils::LibBuilder
27
28You can also look for information at:
29
30    RT, CPAN's request tracker
31        http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-LibBuilder
32
33    AnnoCPAN, Annotated CPAN documentation
34        http://annocpan.org/dist/ExtUtils-LibBuilder
35
36    CPAN Ratings
37        http://cpanratings.perl.org/d/ExtUtils-LibBuilder
38
39    Search CPAN
40        http://search.cpan.org/dist/ExtUtils-LibBuilder/
41
42
43LICENSE AND COPYRIGHT
44
45Copyright (C) 2010 Alberto Simoes
46
47This program is free software; you can redistribute it and/or modify it
48under the terms of either: the GNU General Public License as published
49by the Free Software Foundation; or the Artistic License.
50
51See http://dev.perl.org/licenses/ for more information.
52
53