2017-07-06 14:59:34 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/perl/packages.el
|
|
|
|
|
2020-04-30 04:17:10 -04:00
|
|
|
(package! raku-mode :pin "44529c097f98723067f852c6496d91257978c1e2")
|
2017-07-06 14:59:34 +02:00
|
|
|
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-04-30 04:17:10 -04:00
|
|
|
(package! flycheck-raku
|
|
|
|
:recipe (:host github :repo "widefox/flycheck-raku")
|
|
|
|
:pin "046f35abe0c61967157e151126e4dd7ec5d1c004"))
|