DEBSOURCES
Skip Quicknav
sources / perl / 5.42.0-2 / t / lib / test_use.pm
1234567891011
#!perl -w # Don't use strict because this is for testing use package test_use; sub import { shift; @got = @_; } 1;