diff options
| author | Drahflow <drahflow@gmx.de> | 2012-12-22 18:16:58 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2012-12-22 18:16:58 +0100 |
| commit | affeeb43b4ffc136a67efd11ff712b7f142266be (patch) | |
| tree | 205115568365f6e056d511e0e885f5d07913910d /ACME-Bare-Metal/README | |
| parent | f20e50a4e3ac3aeeac84358a68c253358f213667 (diff) | |
ACME::Bare::Metal Perl x86 code executor
Diffstat (limited to 'ACME-Bare-Metal/README')
| -rw-r--r-- | ACME-Bare-Metal/README | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ACME-Bare-Metal/README b/ACME-Bare-Metal/README new file mode 100644 index 0000000..e082758 --- /dev/null +++ b/ACME-Bare-Metal/README @@ -0,0 +1,40 @@ +ACME-Bare-Metal version 0.01 +============================ + +The README is used to introduce the module and provide instructions on +how to install the module, any machine dependencies it may have (for +example C compilers and installed libraries) and any other information +that should be provided before the module is installed. + +A README file is required for CPAN modules since CPAN extracts the +README file from a module distribution so that people browsing the +archive can use it get an idea of the modules uses. It is usually a +good idea to provide version information here so that people can +decide whether fixes for the module are worth downloading. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires these other modules and libraries: + + blah blah blah + +COPYRIGHT AND LICENCE + +Put the correct copyright and licence information here. + +Copyright (C) 2012 by A. U. Thor + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.14.2 or, +at your option, any later version of Perl 5 you may have available. + + |
