How can you change the default test path in Makefile.PL from the default t / *. t ? There is an attribute in the documentation, but it does not work. Does anyone know how to do this?
In Makefile.PL:
WriteMakefile( test => { TESTS => 'tests/*.t'}, ....
Will make testrun test scripts in testsplace of t.
make test
tests
t
- glob, MakeMaker , . Test:: Manifest, , , . , Test:: Manifest, , , .
Source: https://habr.com/ru/post/1704658/More articles:Can I get IIS to add (inject) HTML to every page it serves? - iisHow to create url in servlet? - javaMocking CAL EventAggregator with Moq - .netUsing ObjectDataProvider - wpfExplain the query plan that sql server selects - sql-serverWhat is the best way to do string manipulations in a shell script? - stringHow to get WMD editor value? - editorASP.NET Application Security General Considerations - securityEmbed code for web form - asp.net-mvcSelect * from the table and still perform some functions in one column with the name - sqlAll Articles