From 3c750ebd8a6fe8ec3450ede07331e4aaf889c758 Mon Sep 17 00:00:00 2001 From: k-mx Date: Sun, 5 May 2019 14:26:48 +0500 Subject: no declarations, strict and warnings removed --- challenge-006/maxim-kolodyazhny/perl5/ch-2.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl b/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl index ff3bc8aa53..668d797feb 100755 --- a/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl +++ b/challenge-006/maxim-kolodyazhny/perl5/ch-2.pl @@ -1,10 +1,6 @@ #!/usr/bin/env perl -use strict; -use warnings; - use v5.028.1; - use bigrat qw(bexp PI); say bexp( PI * sqrt(163), 80 ); -- cgit