Commit graph

7 commits

Author SHA1 Message Date
Duncan Ferguson
a2456461f3 Be more verbose about perl being used 2015-11-28 12:45:59 +00:00
Duncan Ferguson
7808bd8e20 Generate docs using same perl as the build process
Ensure the same perl binary is used to generate the docs as used to build the module, to ensure consistency (i.e. don't use the system perl if a different perl is used)
2015-11-07 11:37:57 +00:00
Duncan Ferguson
264391660d Include bash completion script in the distribution
The bash completion script was contributed some time ago by Aaron Spettl but never included.  Time to correct that...

Github issue #29
2015-05-01 20:40:06 +01:00
Duncan Ferguson
6bf4b932ee Do not use system perl
Use whichever perl is configured first on the users PATH, not the system perl.  This fixes problems when building in a perlbrew environment.
2014-11-23 22:01:34 +00:00
Duncan Ferguson
ed405b9c98 Fix conditional bug 2014-06-07 15:42:30 +01:00
Duncan Ferguson
526cc24860 Pick up on pod generation failures 2014-06-07 12:24:55 +01:00
Duncan Ferguson
5b71abdcce Use built in mechanism to generate scripts with docs rather than home-brew routine 2014-05-29 11:24:24 +01:00