Bug 17698: (QA follow-up) Fix minors design issues
[koha.git] / circ / ypattrodue-attr-search-authvalue.pl
index 7834b3b..4e8e2b3 100755 (executable)
@@ -18,8 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Auth qw/check_cookie_auth/;
@@ -56,4 +55,4 @@ while ( my $rec = $sth->fetchrow_hashref ) {
     "}";
     $i++;
 }
-print "]";
\ No newline at end of file
+print "]";