Harvest::Version - static encoding of version information | |
| |
DESCRIPTION | |
This module is designed to be used statically to provide an application of details of the version of the current Harvest-NG installation
| |
METHODS | |
| |
| $version_string=Harvest::Version::version(); | |
Returns a human readable string containing the current version details
| |
| $ua=Harvest::Version::useragent(); | |
Return the useragent string that should be used in web requests. This is the useragent that's sent in HTTP-Request headers, _not_ the one thats used in the robots.txt parsing stuff to look at files. | |