diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 11:17:07 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-07 11:17:07 -0700 |
commit | be529d6c04d57d02fcef654a77d1dd8299fc4ea7 (patch) | |
tree | 32e440d719f7b76666599f5b6587e03b1865575c | |
parent | Remove white spaces from the README (diff) | |
download | plack-middleware-etag-be529d6c04d57d02fcef654a77d1dd8299fc4ea7.tar.gz |
Replace deprecated modules in dist.ini.
Two modules are deprecated and need to be updated: * NoTabsTests with Test::NoTabs * EOLTests with Test::EOL
-rw-r--r-- | dist.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist.ini b/dist.ini index da07814..77eab7b 100644 --- a/dist.ini +++ b/dist.ini @@ -13,8 +13,8 @@ remove = Readme [PkgVersion] [PodSyntaxTests] [PodCoverageTests] -[NoTabsTests] -[EOLTests] +[Test::NoTabs] +[Test::EOL] [MetaResources] repository = git://github.com/franckcuny/plack-middleware-etag.git @@ -24,4 +24,4 @@ homepage = http://search.cpan.org/perldoc?Plack::Middleware::ETag [PodWeaver] [AutoPrereqs] [CheckChangeLog] -[UploadToCPAN] \ No newline at end of file +[UploadToCPAN] |