Automake::Rule: consistently prepend underscore to private variables
[platform/upstream/automake.git] / lib / Automake / Wrap.pm
index 59b3e5a..0aa42e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2006, 2009  Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,6 +15,7 @@
 
 package Automake::Wrap;
 
+use 5.006;
 use strict;
 
 require Exporter;