App-dozo
view release on metacpan or search on metacpan
- **Copy:** `lib/App/dozo.pm` (auto-generated during release)
When modifying documentation, edit only `script/dozo`. The `minil release` command will sync it to `lib/App/dozo.pm`.
### Version Management
Version is stored in both:
- `lib/App/dozo.pm` - Perl module version (`our $VERSION = "X.Y"`)
- `script/dozo` - POD version section (`=head1 VERSION\n\nVersion X.Y`)
Release hooks keep these synchronized. When updating version, update `lib/App/dozo.pm` first.
### Relationship to App::Greple::xlate
While Dôzo was originally developed as part of App::Greple::xlate for Docker-based translation workflows, it's designed to work standalone. The script can find `getoptlong.sh` either:
1. Via `File::Share::dist_dir('App-dozo')` if installed
2. In PATH as a fallback
This allows Dôzo to be used independently as a general-purpose Docker runner.
( run in 0.450 second using v1.01-cache-2.11-cpan-ff066701436 )