DEBSOURCES
Skip Quicknav
sources / perl / 5.40.1-6 / 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;