Jonathan Rockway schrieb:
$ perl -MDevel::Cover myapp_server.pl
<request stuff>
$ cover
I tried that:
$ catalyst.pl Foo
...
$ cd Foo
$ perl -MDevel::Cover script/foo_server.pl
...
You can connect to your server at http://localhost:3000
[some requests ...]
And now? How do I have to stop the server to get Devel::Cover to write the
coverage database? If I kill the server (CTRL-C), then the cover_db
directory stays empty.
Any ideas?
Thanks, Frank
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/