DEBSOURCES
Skip Quicknav
sources / plsense / 0.3.4-2 / xt / sample2 / lib / File.Copy.pm
1234567891011
package File::Copy; use strict; use warnings; sub other_copy { return ""; } 1;