blob: 1765e6d084db3f5d9d708138d9bba586803f52cd [file] [log] [blame]
James E. King, IIIf3490c52017-01-27 09:43:18 -05001#!/bin/bash
2#
3# This script is intended to be used after tagging the repository and updating
4# the version files for a release. It will create a CPAN archive.
5
6perl Makefile.PL
7make
8make manifest
9make dist