Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-ProtectCSRF CPAN distribution.

Report information
The Basics
Id: 72344
Status: new
Priority: 0/
Queue: CGI-Application-Plugin-ProtectCSRF

People
Owner: Nobody in particular
Requestors: SILASMONK [...] cpan.org
Cc:
AdminCc:

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



Subject: Exotic directory structure
Normally the CGI directory would be below the "lib" directory. This exotic directory causes problems in packaging for distributions. The attached patch fixes it but really fixing the directory structure would be preferable.
Subject: dir_layout.patch
Author: Nicholas Bamber <nicholas@periapt.co.uk> Subject: exotic layout confuses Build.PL Last-Update: 2011-11-06 Forwarded: no --- a/Build.PL +++ b/Build.PL @@ -13,6 +13,10 @@ "CGI::Application::Plugin::Session" => 1.01, "Digest::SHA" => 0, }, + pm_files => { + 'CGI/Application/Plugin/ProtectCSRF.pm' => + 'lib/CGI/Application/Plugin/ProtectCSRF.pm', + }, add_to_cleanup => [ 'CGI-Application-Plugin-ProtectCSRF-*' ], );