Subject: | GatherDir => need dotfiles |
The latest dev branch of Dancer need dotfiles.
Could you add it to the plugin ?
So we can change in dist.ini from :
[@Filter]
; Required version of the bundle
-bundle=@Dancer
-remove=GatherDir
:version = 0.0001
test_compile_skip = ^Dancer::(?:Serializer|Session)::YAML$
autoprereqs_skip = ^t::lib::|^t::app::|XS$
[GatherDir]
include_dotfiles = 1
To :
[@Dancer]
:version = 0.0001
test_compile_skip = ^Dancer::(?:Serializer|Session)::YAML$
autoprereqs_skip = ^t::lib::|^t::app::|XS$
thanks