We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1df57 commit fcc22e6Copy full SHA for fcc22e6
META6.json
@@ -22,5 +22,5 @@
22
"Test::META"
23
],
24
"description" : "Low-level Scheduling thingy for Perl6",
25
- "version" : "0.0.4"
+ "version" : "0.0.5"
26
}
lib/Chronic.pm
@@ -189,7 +189,7 @@ The day of the week (starting on Monday) in the range 1 .. 7
189
190
=end pod
191
192
-class Chronic:ver<0.0.4>:auth<github:jonathanstowe> {
+class Chronic:ver<0.0.5>:auth<github:jonathanstowe> {
193
class Description {
194
195
sub expand-expression(Str $exp, Range $r) returns Array[Int] {
0 commit comments