Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scimon committed Aug 22, 2018
1 parent d48f208 commit 2eb63b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Trait-Env

{{$NEXT}}

0.1.1 2018-08-22T07:48:03+01:00
- Fixed undefined variable failure for typed variables.
- Updated tests to not clobber the environment.

Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"Trait"
],
"test-depends" : [ ],
"version" : "0.1.0"
"version" : "0.1.1"
}
2 changes: 1 addition & 1 deletion lib/Trait/Env.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class X::Trait::Env::Required::Not::Set is Exception {
}
}

module Trait::Env:ver<0.1.0>:auth<cpan:SCIMON> {
module Trait::Env:ver<0.1.1>:auth<cpan:SCIMON> {

# Manually export
%EXPORT<&trait_mod:<is>> := proto sub trait_mod:<is>(|) {*}
Expand Down

0 comments on commit 2eb63b1

Please sign in to comment.