Skip Menu |

This queue is for tickets about the App-Nopaste CPAN distribution.

Report information
The Basics
Id: 73272
Status: resolved
Priority: 0/
Queue: App-Nopaste

People
Owner: Nobody in particular
Requestors: zengargoyle [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: patch: add description to Gist
Date: Wed, 14 Dec 2011 20:16:09 -0800
To: bug-App-Nopaste [...] rt.cpan.org
From: zengargoyle <zengargoyle [...] gmail.com>
App::Nopaste::Service::Gist is missing the description setting... --- /var/local/perl/5.14.2/lib/site_perl/5.14.2/App/Nopaste/Service/Gist.pm 2011-10-21 09:33:05.000000000 -0700 +++ perl5/lib/perl5/App/Nopaste/Service/Gist.pm 2011-12-14 20:08:25.314542545 -0800 @@ -24,6 +24,7 @@ 'file_contents[gistfile1]' => $arg{text}, %auth, defined $arg{private} ? (private => 1) : (), + defined $arg{desc} ? (description => $arg{desc}) : (), }, );
Thanks zengargoyle. This is fixed in 0.33 on its way to CPAN now.