Subject: | Provide a way for .PL files to be specified manually |
Currently M::B will look for .PL files in lib/ . It's desirable to let the developer specify other locations for them. Initially this could be by overriding a find_pl_files() method, later it could be controlled by a 'pl_files' parameter, perhaps.
Requested by Casey West.