diff -Nru tasksel-3.13/debian/changelog tasksel-3.13+nmu1/debian/changelog
--- tasksel-3.13/debian/changelog	2012-09-02 20:51:26.000000000 -0400
+++ tasksel-3.13+nmu1/debian/changelog	2012-10-25 14:03:04.000000000 -0400
@@ -1,3 +1,10 @@
+tasksel (3.13+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Depend on perl-base >= 5.14.0 (closes: #690594).
+
+ -- Michael Gilbert <mgilbert@debian.org>  Thu, 25 Oct 2012 13:59:44 -0400
+
 tasksel (3.13) unstable; urgency=low
 
   [ Christian Perrier ]
diff -Nru tasksel-3.13/debian/control tasksel-3.13+nmu1/debian/control
--- tasksel-3.13/debian/control	2012-09-02 20:55:35.000000000 -0400
+++ tasksel-3.13+nmu1/debian/control	2012-10-25 14:02:00.000000000 -0400
@@ -13,7 +13,7 @@
 Priority: important
 Architecture: all
 Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106)
-Depends: ${misc:Depends}, liblocale-gettext-perl, apt, tasksel-data
+Depends: ${misc:Depends}, liblocale-gettext-perl, apt, tasksel-data, perl-base (>= 5.14.0-1)
 Conflicts: debconf (<< 1.4.27), base-config (<< 2.32)
 Description: Tool for selecting tasks for installation on Debian systems
  This package provides 'tasksel', a simple interface for users who
diff -Nru tasksel-3.13/tasksel.pl tasksel-3.13+nmu1/tasksel.pl
--- tasksel-3.13/tasksel.pl	2012-08-27 15:31:22.000000000 -0400
+++ tasksel-3.13+nmu1/tasksel.pl	2012-10-25 14:02:26.000000000 -0400
@@ -2,6 +2,7 @@
 # Debian task selector, mark II.
 # Copyright 2004-2011 by Joey Hess <joeyh@debian.org>.
 # Licensed under the GPL, version 2 or higher.
+use 5.014;
 use Locale::gettext;
 use Getopt::Long;
 use warnings;
