File: strict_4.fail

package info (click to toggle)
libfunction-parameters-perl 2.001005-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 944 kB
  • sloc: perl: 6,478; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!perl
use warnings;
use strict;

use Function::Parameters;

fun bad_4(@y, @z) {}

'ok'