How can I run Perl test suite automatically when files change?

后端 未结 7 591
余生分开走
余生分开走 2021-01-06 05:50

Is there a tool that would watch file changes in a directory tree of a Perl application and re-run the test suite every time I save changes to some module? Something akin to

7条回答
  •  逝去的感伤
    2021-01-06 05:58

    Win32::FileNotify can help with monitoring changes to the file system if you are on Windows.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题