Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 3.65 KB

[Current]

  • 768e006 - (Joshua Hoblitt) add sles/debian linux to operatingsystem_support metadata
  • e055934 - (Joshua Hoblitt) update+add README examples
  • b6ee28c - (Joshua Hoblitt) remove puppet 2.7.14 from travis matrix
  • 96774ab - (Joshua Hoblitt) Merge pull request #2 from jhoblitt/feature/perlbrew_perl_params

Feature/perlbrew perl params

  • 7b72c18 - (Joshua Hoblitt) add timeout param to perlbrew::perl

This change also shortens the default timeout on a perl install from 3600s -> 900s.

  • de60e1f - (Joshua Hoblitt) add flags param to perlbrew::perl

The flags param defaults to including the --notest flag which should dramatically shorten the time required to install a new perl version.

  • greatly improved test coverage of perlbrew::perl

v0.3.0

  • c20ffd3 - (Joshua Hoblitt) bump version to v0.3.0
  • c01f182 - (Joshua Hoblitt) Merge pull request #1 from jhoblitt/feature/cpanm_params

add timeout & flags params to perlbrew::cpanm

  • 43b11f3 - (Joshua Hoblitt) add timeout & flags params to perlbrew::cpanm

v0.2.0

  • 9c740e8 - (Joshua Hoblitt) bump version to v0.2.0
  • 0d62542 - (Joshua Hoblitt) remove debugging comments from perlbrew::exec

Never should have been committed...

  • 2a5b511 - (Joshua Hoblitt) set a default cwd for perlbrew::exec

This is to [hopefully] prevent the exec from having a cwd that the user/group perms it's running with doesn't have access to.

v0.1.0

  • 3571557 - (Joshua Hoblitt) humans should never have to hand edit json...
  • 796dd2b - (Joshua Hoblitt) add metadata.json for initial forge release
  • ccf48cb - (Joshua Hoblitt) fix README example typo
  • dc52547 - (Joshua Hoblitt) minor README markup fixes
  • 66b32d4 - (Joshua Hoblitt) puppet < 3's exec type does not support the umask parameter
  • c9e5b7b - (Joshua Hoblitt) do not prefix perlbrew perl version string with perl-

Require the full perlbrew version string

  • c4d392d - (Joshua Hoblitt) fill out basic README structure
  • c8e630b - (Joshua Hoblitt) perlbrew::exec should not be forced to Perlbrew[$target]'s cwd
  • 6fe4729 - (Joshua Hoblitt) make rspec tests compatible with ruby 1.8.7 (again...)
  • a837813 - (Joshua Hoblitt) add perlbrew::exec define
  • refactor perlbrew::cpanm to use new define
  • needs additional tests
  • 64e61e3 - (Joshua Hoblitt) make rspec tests compatible with ruby 1.8.7

Remove trailing commas from the last hash key...

  • b28b77d - (Joshua Hoblitt) change perlbrew install param to default to name/title
  • 2f46366 - (Joshua Hoblitt) add perlbrew::cpanm define
  • d1bcc7f - (Joshua Hoblitt) pedantically replicate perlbrew env vars for perlbrew::perl
  • 1b59b58 - (Joshua Hoblitt) add perlbrew::perl define
  • bd2db22 - (Joshua Hoblitt) set shell env HOME var when installing perlbrew
  • 6353948 - (Joshua Hoblitt) first working version
  • ac2c584 - (Joshua Hoblitt) first commit