Update 0.28 to 1.002
--------------------- 1.002 2014-12-19 06:50:34Z - new Mojopaste plugin (thanks, Dean Hamstead!) 1.001 2014-12-13 21:21:10Z - fix test of installed plugins to allow for third-party plugins also being installed 1.000 2014-12-12 03:25:40Z - fix the accidental loss of the plugins() method in 0.97 (thanks, Dean Hamstead!) 0.99 2014-12-10 04:53:43Z - gist URLs now use HTTPS (thanks, Darian Anthony Patrick!) 0.98 2014-11-22 07:45:48Z - make install prompts a bit more intelligible 0.97 2014-11-16 19:29:13Z - switched the JSON backend in the Gist plugin from JSON.pm to JSON::MaybeXS 0.96 2014-01-29 03:24:58Z - added missing prereqs 0.95 2014-01-26 17:41:29Z - bumped the minimum version needed for the (optional) prerequisite WWW::Pastebin::PastebinCom::Create, to avoid errors in previous versions (thanks, Zoffix!) 0.94 2014-01-18 22:13:29Z - updated and fixed debian and ubuntu language mappings (haarg, PR#1) 0.93 2014-01-14 00:41:21Z - packaging converted to Dist::Zilla; handling of optional features fixed (see RT#91053) 0.92 2013-04-26 Fix the language mappins for Ubuntu's pastebin (Sergey Romanov) Don't need to load Moose in the tests (Sergey Romanov) 0.91 2013-01-27 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) 0.90 2012-10-30 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! 0.35 2012-07-17 Don't barf when gist-ing STDIN. (Ricardo SIGNES) 0.34 2012-07-14 Support for GitHub's v3 API [Вячеслав Тихановский (vti)] Thanks also to Ricardo SIGNES for the call to arms: http://rjbs.manxome.org/rubric/entry/1964 0.33 2011-12-15 Support for --description in Gist (zengargoyle@gmail.com) [rt.cpan.org #73272] 0.32 2011-10-21 Better error reporting (David Golden) Fix some attribution errors (Salvatore Bonaccorso) [rt.cpan.org #70434] 0.31 2011-08-30 Better filenames for ssh service (Thomas Sibley) 0.30 2011-08-26 Fix App::Nopaste::ssh's new filename description feature (Kevin Falcone) 0.29 2011-08-22 Add --private to several services (François Gannaz) Use Class::Load instead of require "Module/Name.pm" (Shawn M Moore) Document --list and --private options (François Gannaz) Less hardcoding of argument names to better support subclassing (Jason Mills) New Ubuntu service (http://paste.ubuntu.com/) (gregoa@debian.org) SSH: Add a small suggested Apache conf that's useful for paste directories (Thomas Sibley) SSH: optionally use the supplied description in the paste filename (Thomas Sibley)
This commit is contained in:
parent
62b4f43a20
commit
06fc7b0ed3
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.19 2014/05/29 23:37:59 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2014/12/31 11:25:04 mef Exp $
|
||||
|
||||
DISTNAME= App-Nopaste-0.28
|
||||
DISTNAME= App-Nopaste-1.002
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
||||
|
@ -14,7 +13,7 @@ LICENSE= ${PERL5_LICENSE}
|
|||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/App/Nopaste/.packlist
|
||||
|
||||
REPLACE_PERL+= bin/nopaste
|
||||
REPLACE_PERL+= script/nopaste
|
||||
|
||||
DEPENDS+= p5-Moose>=0.74:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Getopt>=0.17:../../devel/p5-MooseX-Getopt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2011/04/12 06:02:34 gls Exp $
|
||||
$NetBSD: distinfo,v 1.10 2014/12/31 11:25:04 mef Exp $
|
||||
|
||||
SHA1 (App-Nopaste-0.28.tar.gz) = d0dbd168f0068ab217775ab29093dc268f22f7f6
|
||||
RMD160 (App-Nopaste-0.28.tar.gz) = 16f5e6f42013e7440c164c71187ed7b38af71343
|
||||
Size (App-Nopaste-0.28.tar.gz) = 34971 bytes
|
||||
SHA1 (App-Nopaste-1.002.tar.gz) = d088d82ee50a2acf5d2f4423eef2fc33a8e84e69
|
||||
RMD160 (App-Nopaste-1.002.tar.gz) = 137a6455d67d18a4a1ac5e8e37bd08cd8aa163db
|
||||
Size (App-Nopaste-1.002.tar.gz) = 42295 bytes
|
||||
|
|
Loading…
Reference in a new issue