Changelog for
perl-App-Nopaste-1.011-bp151.3.1.noarch.rpm :
* Sun Aug 27 2017 cooloAATTsuse.com- updated to 1.011 see /usr/share/doc/packages/perl-App-Nopaste/Changes 1.011 2017-08-26 20:31:37Z - fix formatting of script pod
* Thu Aug 03 2017 cooloAATTsuse.com- updated to 1.010 see /usr/share/doc/packages/perl-App-Nopaste/Changes 1.010 2017-08-02 04:38:50Z - fix shebang in \'nopaste\' executable
* Sat Apr 15 2017 cooloAATTsuse.com- updated to 1.009 see /usr/share/doc/packages/perl-App-Nopaste/Changes 1.009 2017-04-13 22:08:42Z - fixed arguments for the Mojopaste service, to work with the default service provider at thorsen.pm (PR#14, Andrew Rodland)
* Tue Feb 28 2017 cooloAATTsuse.com- updated to 1.008 see /usr/share/doc/packages/perl-App-Nopaste/Changes 1.008 2017-02-27 01:05:29Z - updated paste URLs for Debian and Ubuntu services (RT#120369, Gregor Herrmann) - deprecation warning added to the now-defunct Codepeek service
* Sat Sep 17 2016 cooloAATTsuse.com- updated to 1.007 see /usr/share/doc/packages/perl-App-Nopaste/Changes 1.007 2016-09-16 02:26:28Z - fix handling of filename option in the Gist command (Zakariyya Mughal, PR#13)
* Sat May 28 2016 cooloAATTsuse.com- updated to 1.006 see /usr/share/doc/packages/perl-App-Nopaste/Changes 1.006 2016-05-24 02:55:20Z - fix failing tests with other locales, environment settings 1.005 2016-05-20 02:39:52Z - mark App::Nopaste::Service::Codepeek as deprecated in metadata - the Gist command also looks in ~/.github for credentials - many additional tests; thanks David J. Shultz!
* Tue Apr 14 2015 cooloAATTsuse.com- updated to 1.004 see /usr/share/doc/packages/perl-App-Nopaste/Changes
* Sun Feb 09 2014 cooloAATTsuse.com- updated to 0.96 - added missing prereqs - bumped the minimum version needed for the (optional) prerequisite WWW::Pastebin::PastebinCom::Create, to avoid errors in previous versions (thanks, Zoffix!) - updated and fixed debian and ubuntu language mappings (haarg, PR#1) - packaging converted to Dist::Zilla; handling of optional features fixed (see RT#91053)
* Wed May 15 2013 cooloAATTsuse.com- updated to 0.92 Fix the language mappins for Ubuntu\'s pastebin (Sergey Romanov) Don\'t need to load Moose in the tests (Sergey Romanov) Decode incoming text as utf8 (Jesse Luehrs) Support for GITHUB_USER and GITHUB_PASS (Rafael Kitover) Name the gist file `nopaste` not `nopaste.txt` for possible syntax highlighting (Rafael Kitover) Use decode_json not a regular expression to decode Gist response body (Shawn M Moore) Give a hint to perldoc App::Nopaste::Service::Gist on 401 (Shawn M Moore) Port from Moose and MooseX::Getopt to Getopt::Long::Descriptive (frew) App::Nopaste is not using any interesting Moose features, so it doesn\'t make sense to pay the startup cost (even though it\'s probably dominated by network latency) Please report any regressions!
* Tue Sep 04 2012 cooloAATTsuse.com- updated to 0.35 Don\'t barf when gist-ing STDIN. (Ricardo SIGNES) Support for GitHub\'s v3 API [Вячеслав Тихановский (vti)]