diff options
Diffstat (limited to 'lib/Automake/Variable.pm')
-rw-r--r-- | lib/Automake/Variable.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm index f9ed7dae4..4d346f056 100644 --- a/lib/Automake/Variable.pm +++ b/lib/Automake/Variable.pm @@ -14,6 +14,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. package Automake::Variable; + +use 5.006; use strict; use Carp; |