The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-Nopaste

0.16    Fri Oct 16 14:32:09 2009
        Fix Gist support (ckuskie@sterling.net) [rt.cpan.org #50500]
        Add --lang support to Debian (gregoa@debian.org) [rt.cpan.org #47911]

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)

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.

0.07    Fri Jan 16 16:04:45 2009
        Gist (github) support by Ricardo SIGNES.
        Pastie support.

0.06    Wed Dec  3 21:50:36 2008
        Silence the "exiting eval via next" warning

0.05    Fri Aug 29 15:03:10 2008
        Allow specific pastebins to say "I don't want to be picked by default"
            Apply this to Mathbin

0.04    Wed Jun 11 00:48:53 2008
        Add Mathbin courtesy of doy
        Add an "available" method to services which checks Perl dependencies
        Add a warn_handler
        Refactor the CLI into App::Nopaste::Command, using MooseX::Getopt:
            -x/--copy for automatically copying the URL to your clipboard
            -p/--paste for automatically taking the clipboard as input
            -q/--quiet for silencing warnings
            -d/--desc for setting the one-line description
            -n/--nick for setting the nickname to something other than $USER
            -l/--lang for setting the language to something other than Perl
            -c/--chan for setting the channel, so pastebots auto-announce
            -s/--services for setting the services to try

0.03    Tue May  6 04:31:08 2008
        App::Nopaste will now look at environment variables instead of nopaste
        Better handling of weird argument counts to nopaste
        If $NOPASTE_NICK is unavailable, use $USER
        Fix dependency declarations
        Default error handler now includes service name

0.02    Thu Apr 17 20:25:29 2008
        Use #!/usr/bin/perl instead of #!/usr/bin/env perl so M:I replaces it
        DO NOT RENAME YOUR MODULES AND NEEDLESSLY CHANGE THEIR INTERFACES PLEASE

0.01    Sun Mar  9 07:48:49 2008
        First version, released on an unsuspecting world.