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 9b5872d commit bd6f978Copy full SHA for bd6f978
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.1.0:
2
+
3
+* [COOK-1765] - Install Strawberry Perl on Windows in Perl Cookbook
4
5
## v1.0.2:
6
7
* [COOK-1300] - add support for Mac OS X
metadata.rb
@@ -4,7 +4,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.3"
+version "1.1.0"
8
9
recipe "perl", "Installs perl and adds a provider to install cpan modules"
10
0 commit comments