//! Unified Perl module facade.
//!
//! This crate absorbs 13 `perl-module-*` microcrates into a single published
//! facade with internal module folders.
/// Boundary-facing helpers shared across module resolution flows.
/// `use`/`require` import modeling and utilities.
/// Import matching and candidate filtering.
/// Canonical Perl module name representation and parsing.
/// Filesystem path derivation and normalization for modules.
/// Symbol reference types used by resolver and index layers.
/// Safe module/file rename primitives.
/// Core module resolution pipeline and result types.
/// Token-facing adapters used by module parsing.
/// Shared token model primitives and low-level helpers.
/// Lightweight token parser for module-related syntax.
/// Stable facade exports for external consumers.
pub use *;