commit | f3490c5f8e2e871f75ea540126f9fb233cf71601 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Fri Jan 27 09:43:18 2017 -0500 |
committer | James E. King, III <jking@apache.org> | Fri Jan 27 09:43:18 2017 -0500 |
tree | d5f3f3d8ff6c9a1d1220834d2378dafea72d6790 | |
parent | 71eba643ddc10bd2a9f614348567bfc1f63d8d06 [diff] [blame] |
THRIFT-3550 make a script to build perl cpan module and update perl dependencies for cpan
diff --git a/lib/perl/build-cpan-dist.sh b/lib/perl/build-cpan-dist.sh new file mode 100755 index 0000000..1765e6d --- /dev/null +++ b/lib/perl/build-cpan-dist.sh
@@ -0,0 +1,9 @@ +#!/bin/bash +# +# This script is intended to be used after tagging the repository and updating +# the version files for a release. It will create a CPAN archive. + +perl Makefile.PL +make +make manifest +make dist