DEBSOURCES
Skip Quicknav
sources / perl / 5.20.2-3%2Bdeb8u11 / 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;