dgholz / App-Rssfilter

Download RSS feeds and apply rules to the items
1 stars 0 forks source link

can't install on 5.10 #7

Closed dgholz closed 10 years ago

dgholz commented 10 years ago

Method::Signatures depends on Devel::Pragma, which recently (2013-10-20) released a new version with a test which failed on 5.10. The test checks the behaviour of one of D::P's dependencies: Lexical::SealRequireHints.

dgholz commented 10 years ago
  1. fix L::SRH
  2. remove test from D::P
  3. get M::S to pin to previous version of D::P
  4. get App::RssFilter to pin to previous version of D::P
  5. stop supporting 5.10
dgholz commented 10 years ago
  1. out of scope (bug is with do-file, not require-file, & L::SRH looks like it is for require. Instead, create Lexical::SealDoHints
dgholz commented 10 years ago
  1. is a hard sell
  2. as well
dgholz commented 10 years ago
  1. is possible at install-time but a hassle at develop-time (dzil listdeps | cpanm ignores version specifiers, have to switch to Carton & .cpanfile)
dgholz commented 10 years ago
  1. it is then
dgholz commented 10 years ago

fixed by ba4500c