You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: modernize Perl code following perlstyle conventions
- Update .github/copilot-instructions.md with comprehensive Perl style guide
- Rename provision.pm -> Provision.pm to follow CamelCase convention
- Update package name TorrustDeploy::App::Command::provision -> Provision
- Modernize Perl version declarations: use v5.40 instead of separate pragmas
- Update all module references in tests and documentation
- Verify functionality with successful VM provisioning test
Follows perlstyle conventions for consistent, readable code organization.
0 commit comments