From 0aa41c8f06331ddfcf5bd1a2ad4f4d3bbb90e472 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sun, 29 Mar 2015 23:15:35 +0200 Subject: [PATCH] namespaces.pl uses strict Apparently whatever prevented this from working has been fixed in the mean time. --- modules/namespaces.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/namespaces.pl b/modules/namespaces.pl index 50c82bba..148b27b9 100644 --- a/modules/namespaces.pl +++ b/modules/namespaces.pl @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . -#use strict; #TODO $Monolithic is 'my' +use strict; =head1 Namespaces Extension