Bug 27101: Fix sample_notices.t
[srvgit] / Koha / MoreUtils.pm
index 53d55e4..0275111 100644 (file)
@@ -3,8 +3,7 @@ package Koha::MoreUtils;
 use Modern::Perl;
 
 # From  List::MoreUtils v4.0
-sub singleton (@)
-{
+sub singleton {
     my %seen = ();
     my $k;
     my $seen_undef;