File: strict_4.fail

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

use Function::Parameters;

fun bad_4(@y, @z) {}

'ok'