docs: document bundled Moose 2.4000 stack#598
Merged
Conversation
d7eacf9 to
ad300f4
Compare
Reflect that PerlOnJava now ships Moose and Class::MOP 2.4000 in the
JAR — `use Moose;` works out of the box. DBIx::Class is not bundled;
it (along with Moo, its dependency) is installed via `jcpan` from
CPAN.
Updates:
- README.md: feature bullet now includes "Moose / Class::MOP".
- docs/reference/bundled-modules.md:
- New "Moose / Class::MOP" section with usage example, status table,
known limitations, and performance notes.
- OOP & Introspection table grew Class::MOP, Moose, B entries.
- DBIx::Class explicitly noted as installed via jcpan, not bundled,
and depending on Moo (also from CPAN).
- docs/reference/feature-matrix.md: Objects section gains a Moose /
Class::MOP bullet.
- docs/about/changelog.md (v5.42.3 unreleased): bundled-Moose entry.
- docs/about/roadmap.md (Recently Completed): same.
Generated with [Devin](https://cli.devin.ai/docs)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
ad300f4 to
5fcf782
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents that PerlOnJava now bundles Moose 2.4000 and Class::MOP 2.4000
in the JAR (landed in PR #572) —
use Moose;works out of the box.DBIx::Class is not bundled;
jcpanwill fetch it (and itsMoodependency) from CPAN before running tests. The bundled Moose makes
./jcpan -t Mooseand CPAN modules that need Moose work without anextra install step.
Changes
## Moose / Class::MOPsection: usage example, status table,known limitations, performance note.
Class::MOP,Moose,Brows.jcpan, notbundled, and notes that it depends on
Moo(also from CPAN).Moose / Class::MOPbullet linking to the bundled-modules anchor.entry; DBIx::Class as the dependency-test target.
Test plan
make(build + unit tests) green.Moose/Class::MOPclaims cross-checked against theactual repo state (no invented "pure-Perl Moo bundled" /
"Java-backed B::svref_2object" / fictional perf comparisons).
Generated with Devin
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>