#!/bin/bash
# There's a plugin for this but not sure how to append travis code
readme=README.md
set -e
dzil build
pod2markdown < Time-Ago-*/lib/Time/Ago.pm > $readme
cat << EOT >> $readme
[](https://travis-ci.org/mla/time-ago)
EOT