1USE-DEVEL-ASSERTOS(1) User Contributed Perl DocumentationUSE-DEVEL-ASSERTOS(1)
2
3
4
6 use-devel-assertos - a script to package Devel::AssertOS modules with
7 your code.
8
10 This script, when run in the directory in which your shiny new module
11 lives, will bundle whichever Devel::AssertOS modules you ask it to in
12 the "inc" directory, and update your Makefile.PL (or Build.PL)
13 appropriately. If neither exists, it will create a Makefile.PL.
14
16 use-devel-assertos NetBSD OpenBSD FreeBSD
17
19 In the example above, this will insert code to make your module depend
20 on one of the specified OSes.
21
23 To get a list of supported platforms, do this:
24
25 use-devel-assertos -l
26
28 This script has not been thoroughly tested. You should check by hand
29 that it has done what you expected after running it.
30
31 If you use Module::Build::Compat to write a Makefile.PL, then you will
32 need to re-run this script whenever you have generated a new
33 Makefile.PL.
34
35 I welcome feedback about my code, including constructive criticism.
36 Bug reports should be made using <http://rt.cpan.org/> or by email.
37
39 Devel::AssertOS
40
41 Devel::CheckOS
42
44 David Cantrell <david@cantrell.org.uk>
45
47 Copyright 2007 David Cantrell
48
49 This software is free-as-in-speech software, and may be used,
50 distributed, and modified under the terms of either the GNU General
51 Public Licence version 2 or the Artistic Licence. It's up to you which
52 one you use. The full text of the licences can be found in the files
53 GPL2.txt and ARTISTIC.txt, respectively.
54
56 This software is also free-as-in-mason.
57
58
59
60perl v5.12.0 2008-10-22 USE-DEVEL-ASSERTOS(1)