From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] perl: Remove unneeded/unwanted files. Date: Wed, 25 Sep 2019 19:59:41 +0200 Message-ID: <20190925175941.2571-1-stefan.schantl@ipfire.org> In-Reply-To: <4810BE2E-971E-4310-AB7E-1F6882F2EAE7@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0574437513881939740==" List-Id: --===============0574437513881939740== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- src/perl/Location/Changes | 5 ----- src/perl/Location/MANIFEST | 2 -- src/perl/Location/README | 38 -------------------------------------- 3 files changed, 45 deletions(-) delete mode 100644 src/perl/Location/Changes delete mode 100644 src/perl/Location/README diff --git a/src/perl/Location/Changes b/src/perl/Location/Changes deleted file mode 100644 index 7afbdba..0000000 --- a/src/perl/Location/Changes +++ /dev/null @@ -1,5 +0,0 @@ -Revision history for Perl extension Location. - -0.01 Mon Sep 23 19:59:15 2019 - - original version; created by h2xs 1.23 with options - -O -A -n Location loc/libloc.h loc/database.h diff --git a/src/perl/Location/MANIFEST b/src/perl/Location/MANIFEST index 55fe58b..f381916 100644 --- a/src/perl/Location/MANIFEST +++ b/src/perl/Location/MANIFEST @@ -1,9 +1,7 @@ -Changes Location.xs Makefile.PL MANIFEST ppport.h -README typemap t/Location.t lib/Location.pm diff --git a/src/perl/Location/README b/src/perl/Location/README deleted file mode 100644 index 21d8017..0000000 --- a/src/perl/Location/README +++ /dev/null @@ -1,38 +0,0 @@ -Location 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: - - libloc - -COPYRIGHT AND LICENCE - -Put the correct copyright and licence information here. - -Copyright (C) 2019 by Stefan Schantl - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.28.1 or, -at your option, any later version of Perl 5 you may have available. -- 2.20.1 --===============0574437513881939740==--