This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit cc1550b2baf8e2a7a86dad628328800fabb52b7a Author: James McCoy <[email protected]> Date: Mon Jun 8 22:19:01 2015 -0400 uscan: “use 5.010;” since defined-or is being used Signed-off-by: James McCoy <[email protected]> --- scripts/uscan.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index fdc4f77..92d84f0 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -22,7 +22,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -use 5.008; # uses 'our' variables and filetest +use 5.010; # defined-or (//) use strict; use warnings; use Cwd; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
