File: dir_layout.patch

package info (click to toggle)
libcgi-application-plugin-protectcsrf-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 37
  • sloc: perl: 194; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: exotic layout confuses Build.PL
Last-Update: 2011-11-06
Forwarded: http://rt.cpan.org/Ticket/Display.html?id=72344
--- 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-*' ],
 );