Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimum versions for prerequisites #11

Closed
cubranic opened this issue Apr 2, 2014 · 2 comments
Closed

Add minimum versions for prerequisites #11

cubranic opened this issue Apr 2, 2014 · 2 comments

Comments

@cubranic
Copy link
Owner

cubranic commented Apr 2, 2014

List of prereqs:

  • Moo
    • uses Role::Tiny
  • namespace::clean
  • Carp (core)
  • Scalar::Util (core)

Testing:

  • Test::More
  • Test::Fatal
  • Test::MockObject

Tested with most recent ones from CPAN:

  • Moo: 1.004002
    • uses Role::Tiny: 1.003003
  • namespace::clean: 0.25
  • Carp (core): 1.29
  • Scalar::Util (core): 1.27

Testing:

  • Test::More: 1.001003
  • Test::Fatal: 0.013
  • Test::MockObject: 1.20120301

System Perl Mavericks

On Mavericks, I get pre-installed (doesn't work):

  • Moo: 1.000005
    • uses Role::Tiny: 1.002001
  • namespace::clean: 0.23
  • Carp (core): 1.26
  • Scalar::Util (core): 1.25

Testing:

  • Test::More: 0.98
  • Test::Fatal: 0.010
@cubranic
Copy link
Owner Author

cubranic commented Apr 3, 2014

Tested with:

  • Moo: 1.004000 (2013-12-26) started applying strictures
    • Role::Tiny 1.002000 doesn't work, but 1.003000 does
  • namespace::clean: 0.24 (2012-12-04)

Testing:

  • Test::More: 0.94 (used by Moo)
  • Test::Fatal: 0.003 (used by Moo)
  • Test::MockObject: 1.20110612

@cubranic
Copy link
Owner Author

cubranic commented Apr 3, 2014

But DAGOLDEN recommends 0.96 as a minimum version of Test:More

From Task::BeLike::DAGOLDEN:

Test::More 0.96
Version 0.96 required because: Minimally sane subtest()'s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant