perl-module 0.16.0

Perl module resolution, import analysis, and refactoring — unified facade
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "perl-module"
version = "0.16.0"
publish = true
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perl-lsp"
description = "Perl module resolution, import analysis, and refactoring — unified facade"

[dependencies]
url = { workspace = true }
perl-parser-core = { workspace = true }
perl-workspace = { workspace = true }

[lints]
workspace = true