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. The
14 MANIFEST file is updated if any files are created.
15
17 use-devel-assertos NetBSD OpenBSD FreeBSD
18
19 But note that if you use "Module::Install" you are encouraged to use
20 "Module::Install::AssertOS" instead.
21
23 In the example above, this will insert code to make your module depend
24 on one of the specified OSes, as well as update Makefile.PL / Build.PL
25 / MANIFEST. By default it's rather noisy, but you can suppress that by
26 passing -q as the first parameter.
27
29 To get a list of supported platforms, do this:
30
31 use-devel-assertos -l
32
34 This script has not been thoroughly tested. You should check by hand
35 that it has done what you expected after running it.
36
37 If you use Module::Build::Compat to write a Makefile.PL, then you will
38 need to re-run this script whenever you have generated a new
39 Makefile.PL.
40
41 I welcome feedback about my code, including constructive criticism.
42 Bug reports should be made using
43 <https://github.com/DrHyde/perl-modules-Devel-CheckOS/issues>.
44
46 Devel::AssertOS
47
48 Devel::CheckOS
49
50 Module::Install::AssertOS
51
53 David Cantrell <david@cantrell.org.uk>
54
56 Copyright 2007 David Cantrell
57
58 This software is free-as-in-speech software, and may be used,
59 distributed, and modified under the terms of either the GNU General
60 Public Licence version 2 or the Artistic Licence. It's up to you which
61 one you use. The full text of the licences can be found in the files
62 GPL2.txt and ARTISTIC.txt, respectively.
63
65 This software is also free-as-in-mason.
66
67
68
69perl v5.34.0 2022-01-21 USE-DEVEL-ASSERTOS(1)