Skip to content

Commit

Permalink
Add dependency on Needle::Compile
Browse files Browse the repository at this point in the history
For now, does not do anything yet, just for CI purposes
  • Loading branch information
lizmat committed Aug 4, 2024
1 parent 074491a commit 5063326
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Revision history for App-Rak

{{$NEXT}}
- Upped all dependencies where applicable.
- Hoperfully fixed Windows CI for now.
- Added dependency on Needle::Compile to handle all the
pattern to Callable issues
- Upped all dependencies where applicable
- Hoperfully fixed Windows CI for now

0.3.2 2024-07-29T13:54:14+02:00
- Give each CSV file its own Text::CSV object, in the hope
Expand Down
1 change: 1 addition & 0 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"IO::Path::AutoDecompress:ver<0.0.3>:auth<zef:lizmat>",
"JSON::Fast::Hyper:ver<0.0.7>:auth<zef:lizmat>",
"META::constants:ver<0.0.4>:auth<zef:lizmat>",
"Needle::Compile:ver<0.0.4>:auth<zef:lizmat>",
"rak:ver<0.0.59>:auth<zef:lizmat>",
"String::Utils:ver<0.0.24+>:auth<zef:lizmat>"
],
Expand Down
3 changes: 2 additions & 1 deletion lib/App/Rak.rakumod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# The modules that we need here, with their full identities
use as-cli-arguments:ver<0.0.8>:auth<zef:lizmat>; # as-cli-arguments
use has-word:ver<0.0.4>:auth<zef:lizmat>; # has-word
use highlighter:ver<0.0.19>:auth<zef:lizmat>; # columns highlighter matches Type
use highlighter:ver<0.0.19>:auth<zef:lizmat>; # columns highlighter matches
use IO::Path::AutoDecompress:ver<0.0.3>:auth<zef:lizmat>; # IOAD
use JSON::Fast::Hyper:ver<0.0.7>:auth<zef:lizmat>; # from-json to-json
use META::constants:ver<0.0.4>:auth<zef:lizmat> $?DISTRIBUTION;
use Needle::Compile:ver<0.0.4>:auth<zef:lizmat>; # compile-needle Type
use rak:ver<0.0.59>:auth<zef:lizmat>; # rak Rak

use Backtrace::Files:ver<0.0.4>:auth<zef:lizmat> <
Expand Down

0 comments on commit 5063326

Please sign in to comment.