GitHub user bvierra opened a pull request:
https://github.com/apache/trafficserver/pull/35
Converted Apache::TS::AdminClient to use Dist::Zilla
Converted the perl module to use Dist::Zilla in preparation for updated
release on CPAN. The current version is 0.03 which I figure is a little old.
The removal of some of the files is because Dist::Zilla automagically
recreates them on release.
# VERSION is also replaced by 'our $VERSION = X.X.X' on Dist::Zilla build.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bvierra/trafficserver master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/35.patch
----
commit ace4c2137b6c3be8d9b4e6d48a96a84d570eaa3b
Author: Billy 'bvierra' Vierra <[email protected]>
Date: 2014-01-27T09:17:06Z
Converted Apache::TS::AdminClient to use Dist::Zilla
----