File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ Follow [perlstyle](https://perldoc.perl.org/5.42.0/perlstyle) conventions for co
12
12
13
13
- ** Modern Perl** : Use ` use v5.38; ` for modern features (enables strict, warnings, and more)
14
14
15
+ #### Package Management
16
+
17
+ - ** Carmel** : This project uses [ carmel] ( https://metacpan.org/pod/Carmel ) as the package manager for Perl dependencies
18
+ - Dependencies are declared in ` cpanfile `
19
+ - Lock file is maintained in ` cpanfile.snapshot ` for reproducible builds
20
+ - Use ` carmel install ` to install dependencies locally
21
+ - Use ` carmel exec ` to run commands with the correct dependency environment
22
+ - Local dependencies are installed in ` local/ ` directory (git-ignored)
23
+
15
24
#### Naming Conventions
16
25
17
26
- ** Package names** : Mixed case starting with capital letter, no underscores
You can’t perform that action at this time.
0 commit comments