- Updating package for p5 module App::Nopaste from 0.10 to 0.15
- Adding perl license
- Reordering dependencies between required and recommended
- Adjusting dependency versions
Upstream changes:
0.15 Wed Jul 15 05:01:36 2009
MANIFEST is really hard! :(
0.14 Wed Jul 15 04:48:15 2009
No code changes
0.13 Wed Jul 15 04:47:21 2009
Add support for paste.debian.net (Ryan Niebur)
0.12 Mon Jul 13 19:35:10 2009
Don't explicitly (optionally) depend on Git, but use it if
we have it (Sartak)
0.11 Thu Jun 18 17:20:51 2009
Service::Gist: use file_ext instead of file_name (nothingmuch)
Bump Moose dependencies to avoid deprecation warnings
Doc typo fix (rafl)
Pkgsrc changes:
- Add dependency on devel/p5-Config-INI for Gist support and
avoid dependency on the Perl 5 Git module (not in pkgsrc?) for the same
Upstream changes:
0.10 Wed Jan 28 18:48:55 2009
I was a little too aggressive in my s/user/login/ (Sartak)
0.09 Wed Jan 28 18:34:31 2009
The parameter for gist is "user" not "login" (Ricardo SIGNES)
0.08 Thu Jan 22 21:44:51 2009
Optional authentication for Gist, by Ricardo SIGNES.
Collection.
Pastebins (also known as nopaste sites) let you post text, usually
code, for public viewing. They're used a lot in IRC channels to
show code that would normally be too long to give directly in the
channel (hence the name nopaste).
Each pastebin is slightly different. When one pastebin goes down
then you have to find a new one. And if you usually use a script
to publish text, then it's too much hassle.
The Perl 5 module App::Nopaste aims to smooth out the differences
between pastebins, and provides redundancy: if one site doesn't
work, it just tries a different one. A commande line script is
provided.