We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfcbce commit cad84b2Copy full SHA for cad84b2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.0.2:
2
+
3
+* [COOK-1300] - add support for Mac OS X
4
5
## v1.0.0:
6
7
* [COOK-1129] - move lists of perl packages to attributes by platform
metadata.rb
@@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs perl and provides a define for maintaining CPAN modules"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.0.1"
+version "1.0.2"
8
recipe "perl", "Installs perl and adds a provider to install cpan modules"
9
0 commit comments