diff options
author | Francois Pons <fpons@mandriva.com> | 2002-05-31 10:21:16 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-05-31 10:21:16 +0000 |
commit | 548baa81a0a4e3db8120e9d0e33cf75c1bf77a5e (patch) | |
tree | 472f9f9ecacbf8996f1ee28a9c70a465d16c8819 /README | |
parent | 9de7e3110b4c105da73d051e26c239e22b276020 (diff) | |
download | perl-URPM-548baa81a0a4e3db8120e9d0e33cf75c1bf77a5e.tar perl-URPM-548baa81a0a4e3db8120e9d0e33cf75c1bf77a5e.tar.gz perl-URPM-548baa81a0a4e3db8120e9d0e33cf75c1bf77a5e.tar.bz2 perl-URPM-548baa81a0a4e3db8120e9d0e33cf75c1bf77a5e.tar.xz perl-URPM-548baa81a0a4e3db8120e9d0e33cf75c1bf77a5e.zip |
initial revision.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +The URPM module allows you to manipulate rpm files, rpm header files and +hdlist files and manage them in memory. + +You will need perl version 5.6.1 or better to install this module. + +Copyright 2002 MandrakeSoft (François Pons <fpons@mandrakesoft.com>) + +This library is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. |