1USE-DEVEL-CHECKLIB(1) User Contributed Perl DocumentationUSE-DEVEL-CHECKLIB(1)
2
3
4
6 use-devel-checklib - a script to package Devel::CheckLib with your
7 code.
8
10 This script, when run in the directory in which your shiny new module
11 lives, will bundle Devel::CheckLib in the "inc" directory, and update
12 your Makefile.PL (or Build.PL) appropriately. If neither exists, it
13 will create a Makefile.PL.
14
16 use-devel-checklib list of libraries
17
19 This script has not been thoroughly tested. You should check by hand
20 that it has done what you expected after running it.
21
22 If you use Module::Build::Compat to write a Makefile.PL, then you will
23 need to re-run this script whenever you have generated a new
24 Makefile.PL.
25
26 I welcome feedback about my code, including constructive criticism.
27 Bug reports should be made using <http://rt.cpan.org/> or by email.
28
30 Devel::CheckLib
31
33 David Cantrell <david@cantrell.org.uk>
34
36 Copyright 2007 David Cantrell
37
38 This software is free-as-in-speech software, and may be used,
39 distributed, and modified under the same conditions as perl itself.
40
42 This module is also free-as-in-mason software.
43
44
45
46perl v5.16.3 2012-11-05 USE-DEVEL-CHECKLIB(1)