From 20c6de522aa4d27ba3c3f76d68c0b89424789270 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 19 May 2018 00:51:12 -0400 Subject: another fix --- Bugzilla/CGI/Role.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/CGI/Role.pm b/Bugzilla/CGI/Role.pm index c94b3815c..1d674180e 100644 --- a/Bugzilla/CGI/Role.pm +++ b/Bugzilla/CGI/Role.pm @@ -5,7 +5,7 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. -package Bugzilla::CGI::ContentSecurityPolicyAttr; +package Bugzilla::CGI::Role; use 5.10.1; use strict; use warnings; -- cgit v1.2.3-24-g4f1b