Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doriantaylor/p5-apache2-trapsubrequest
Trap a lookup_file/lookup_uri into a scalar
https://github.com/doriantaylor/p5-apache2-trapsubrequest
Last synced: 24 days ago
JSON representation
Trap a lookup_file/lookup_uri into a scalar
- Host: GitHub
- URL: https://github.com/doriantaylor/p5-apache2-trapsubrequest
- Owner: doriantaylor
- License: apache-2.0
- Created: 2013-06-03T03:37:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T16:53:44.000Z (over 6 years ago)
- Last Synced: 2023-03-12T10:11:35.589Z (almost 2 years ago)
- Language: Perl
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Apache-TrapSubRequest
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, run the following commands:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2005 dorian taylor
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.