Opcodes
view release on metacpan or search on metacpan
* added .travis.yml and .gitignore
* replaced README with README.md
* added test_cover and test_coverall targets (37.9%)
0.13 2013-12-30 rurban
* added LICENSE head1 to pod, fixes t/z_kwalitee.t
0.12 2013-04-05 rurban
* remove outdated SIGNATURE and META files from repo.
* fix t/kwalitee.t to use generated MYMETA.yml
* Update SIGNATURE with new gpg key
0.11 2011-12-06 rurban
* remove Opcode, Carp and AutoLoader, too heavy and not needed.
Loads 4 files and 1162 lines less.
0.10 2010-11-27 rurban
* maybranch fixes (for Jit): internal LOGOPs,
added dump, entergiven, range
removed padhv.
Makefile.PL view on Meta::CPAN
pod2markdown $(VERSION_FROM) | \
$(PERL) -pe\'s/png\]\(https:/png\)\](https:/; s/(Travis|Coveralls): \[/\[!\[\1]\(/;\' > $@
release-test : dist
if test "$(shell git rev-parse --abbrev-ref HEAD)" != "master" || \
test "$(shell git diff --raw)" != "" || \
test "$(shell git diff --cached --raw)" != "" ; then \
echo "You are not on a clean master branch, aborting."; \
exit 1; \
fi
if test "$(shell git ls --show-signature -n 1 | head -n2 | tail -n1 | cut -c1-5)" != "gpg: " ; then \
echo "need git commit with -S"; \
exit 1; \
fi
if test "$(shell git ls --no-show-signature -n 1 | head -n5 | tail -n1 | cut -c5-11)" != "Release" ; then \
echo "need git commit with -m Release"; \
exit 1; \
fi
echo -git tag -f \$(VERSION)
echo cpan-upload \$(DISTVNAME).tar\$(SUFFIX)
echo git push
echo git push --tags
release : dist
if test "$(shell git rev-parse --abbrev-ref HEAD)" != "master" || \
test "$(shell git diff --raw)" != "" || \
test "$(shell git diff --cached --raw)" != "" ; then \
echo "You are not on a clean master branch, aborting."; \
exit 1; \
fi
if test "$(shell git ls --show-signature -n 1 | head -n2 | tail -n1 | cut -c1-5)" != "gpg: " ; then \
echo "need git commit with -S"; \
exit 1; \
fi
if test "$(shell git ls --no-show-signature -n 1 | head -n5 | tail -n1 | cut -c5-11)" != "Release" ; then \
echo "need git commit with -m Release"; \
exit 1; \
fi
-git tag -f \$(VERSION)
cpan-upload \$(DISTVNAME).tar\$(SUFFIX)
git push
( run in 0.530 second using v1.01-cache-2.11-cpan-df04353d9ac )