X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Fi386%2Flibfile-which-perl%2Flibfile-which-perl-0.05%2FREADME;fp=dev%2Fi386%2Flibfile-which-perl%2Flibfile-which-perl-0.05%2FREADME;h=acf55b1991bd83af34870f83432d9dd61efd24b9;hp=0000000000000000000000000000000000000000;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hpb=df794b845212301ea0d267c919232538bfef356a diff --git a/dev/i386/libfile-which-perl/libfile-which-perl-0.05/README b/dev/i386/libfile-which-perl/libfile-which-perl-0.05/README new file mode 100644 index 0000000..acf55b1 --- /dev/null +++ b/dev/i386/libfile-which-perl/libfile-which-perl-0.05/README @@ -0,0 +1,56 @@ +File::Which +=========== + +File::Which is a portable implementation (in Perl) of `which', and can +be used to get the absolute filename of an executable program +installed somewhere in your PATH, or just check for its existence. It +includes the command-line utility `pwhich' which has the same function +as `which'. + +INSTALLATION + +To install this module type the following (on Windows, use `nmake', +which can be obtained freely from Microsoft: see ActivePerl +documentation): + + $ tar zxvf File-Which-x.xx.tar.gz (replace x.xx with the correct version number) + $ cd File-Which-x.xx + $ perl Makefile.PL + $ make + $ make test + $ make install + +Using the CPAN shell: + + $ perl -MCPAN -eshell + cpan> install File::Which + cpan> exit + +TESTING + +When you run `make test', File::Which will test some of its +functionality. It uses the t/test-bin/ directory for this, treating +the files below it as programs. + +The tests might still be a bit shaky because there is a bit of magic +involved in doing this -- please report any problems you might have. + +Furthermore, the files under t/test-bin/ are *not* supposed to be +executed: do so at your own risk. Especially, the *.exe files are not +valid applications as they aren't compiled and might make your system +crash or whatever. Execute them at your own risk. (But don't worry, +this package doesn't bite otherwise :) + +DEPENDENCIES + +This module requires these other modules and libraries: + + File::Spec - distributed with perl. + +COPYRIGHT AND LICENCE + +Copyright (C) 2002 Per Einar Ellefsen + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. +