All pastes #2053073 Raw Edit

Mine

public text v1 · immutable
#2053073 ·published 2011-05-02 22:38 UTC
rendered paste body
perl -MFile::Find=find -MFile::Spec::Functions -Tlwe \
'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'