DEBSOURCES
Skip Quicknav
sources / libtest-mockmodule-perl / 0.180.0-1 / t / lib / ScopedStrict / Mockee1.pm
12345678
package ScopedStrict::Mockee1; use strict; use warnings; sub gonna_mock_this { return "you're not going to see this" } 1;