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

..03-May-2022-

lib/Asm/H03-Mar-2019-1,239458

t/H03-Mar-2019-1,034726

ChangesH A D03-Mar-20191.9 KiB7356

MANIFESTH A D03-Mar-2019669 3635

MANIFEST.SKIPH A D03-Mar-2019682 5038

META.jsonH A D03-Mar-20191.2 KiB5049

META.ymlH A D03-Mar-2019741 3130

Makefile.PLH A D03-Mar-20191.3 KiB4337

READMEH A D03-Mar-2019990 4627

README

1Asm-Preproc
2
3Preprocessor to be called from an assembler.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9	perl Makefile.PL
10	make
11	make test
12	make install
13
14SUPPORT AND DOCUMENTATION
15
16After installing, you can find documentation for this module with the
17perldoc command.
18
19    perldoc Asm::Preproc
20
21You can also look for information at:
22
23    RT, CPAN's request tracker
24        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Asm-Preproc
25
26    AnnoCPAN, Annotated CPAN documentation
27        http://annocpan.org/dist/Asm-Preproc
28
29    CPAN Ratings
30        http://cpanratings.perl.org/d/Asm-Preproc
31
32    Search CPAN
33        http://search.cpan.org/dist/Asm-Preproc/
34
35
36LICENSE AND COPYRIGHT
37
38Copyright (C) 2010 Paulo Custodio
39
40This program is free software; you can redistribute it and/or modify it
41under the terms of either: the GNU General Public License as published
42by the Free Software Foundation; or the Artistic License.
43
44See http://dev.perl.org/licenses/ for more information.
45
46