diff options
author | cturner <devnull@localhost> | 2002-04-07 06:45:24 +0000 |
---|---|---|
committer | cturner <devnull@localhost> | 2002-04-07 06:45:24 +0000 |
commit | f5f18ee2a856e8e17ac9261f36cea95de7d34aa0 (patch) | |
tree | 02e30f532ef3785b07853d31836cdcb885e7132a /perl-RPM2/README | |
parent | e7b38bbd0c52cea744bbecb72e38f0f7e7faccfa (diff) | |
download | librpm-tizen-f5f18ee2a856e8e17ac9261f36cea95de7d34aa0.tar.gz librpm-tizen-f5f18ee2a856e8e17ac9261f36cea95de7d34aa0.tar.bz2 librpm-tizen-f5f18ee2a856e8e17ac9261f36cea95de7d34aa0.zip |
initial import of perl-RPM2
CVS patchset: 5375
CVS date: 2002/04/07 06:45:24
Diffstat (limited to 'perl-RPM2/README')
-rw-r--r-- | perl-RPM2/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/perl-RPM2/README b/perl-RPM2/README new file mode 100644 index 000000000..9280a4bad --- /dev/null +++ b/perl-RPM2/README @@ -0,0 +1,35 @@ +RPM2 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) 2001 A. U. Thor blah blah blah + |