feat(perl): Added perl version module (#1382)

Adds a module for perl support.
This commit is contained in:
Stéphane Benoit
2020-08-04 18:22:44 +02:00
committed by GitHub
parent c5f2eedf07
commit ef55042f2e
8 changed files with 304 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ pub mod nix_shell;
pub mod nodejs;
pub mod ocaml;
pub mod package;
pub mod perl;
pub mod php;
pub mod purescript;
pub mod python;