Revision history for App-Nopaste

0.24    Tue Dec 21 2010
        Gist requires https (Ricardo SIGNES)

0.23    Fri Nov 26 2010
        Preserve the source file's extension for ssh (Thomas Sibley)
        Use Config::GitLike instead of Config::INI::Reader (Thomas Sibley)
        Doc fixes (Thomas Sibley, Justin Hunter)
        Code style fixes (Shawn M Moore)
        Remove Rafb (Justin Hunter)
        Remove Husk (Shawn M Moore)

0.22    Thu Jun 10 12:58:99 2010
        Add NOPASTE_SSH_MODE for chmod'ing after uploading (Thomas Sibley)

0.21    Sat May  1 09:32:10 2010
        Add a --list_services/-L option (David Bremner) [rt.cpan.org #55562]
        Add --private support, used in Gist (John Goulah)
        Doc fix (Salvatore Bonaccorso) [rt.cpan.org #53249]
        Doc fix (Fabien Wernli) [rt.cpan.org #54928]
        Mention 'nopaste' script (Damyan Ivanov) [rt.cpan.org #51065]

0.20    Fri Apr 16 23:05:10 2010
        App::Nopaste::Service::Pastie would generate warnings via
            Mechanize due to changes in http://pastie.org HTML (avar)
        Add App::Nopaste::Service::Codepeek (arcanez)

0.19    Sun Feb 21 15:39:27 2010
        Remove rafb.net support since it's been shut down
            - See also http://rafb.net/paste/

0.18    Wed Dec 30 16:04:45 2009
        Add ssh support (obra, jibsheet)

0.17    Mon Nov  2 13:20:24 2009
        fix Gist support harder by using the API rather than scraping (rjbs)
        Improve --lang support for Debian (gregoa@debian.org) [rt.cpan.org #47911]

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

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