Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not require MooseX::MarkAsMethods with only_autoclean=1 #21

Conversation

karenetheridge
Copy link
Contributor

When use_moose=1 and only_autoclean=1, we do not require
MooseX::MarkAsMethods, but require a more recent version of Moose. Check
for whichever set of prereqs is appropriate.

Technically, we don't need MXMAM at all if Moose is at 2.1400, but the
generated code will still (for now) use the MXMAM constructs if
only_autoclean is not set. This gives the user more flexibility if
their Moose installation isn't at a new enough version on all systems.

When use_moose=1 and only_autoclean=1, we do not require
MooseX::MarkAsMethods, but require a more recent version of Moose. Check
for whichever set of prereqs is appropriate.

Technically, we don't need MXMAM at all if Moose is at 2.1400, but the
generated code will still (for now) use the MXMAM constructs if
only_autoclean is not set.  This gives the user more flexibility if
their Moose installation isn't at a new enough version on all systems.
@karenetheridge
Copy link
Contributor Author

Looks like travis succeeded, except for some transient network hiccups.

@ilmari
Copy link
Member

ilmari commented Aug 3, 2018

Thanks, merged in 6d0f962

@ilmari ilmari closed this Aug 3, 2018
@karenetheridge karenetheridge deleted the ether/use_moose_no_mxmam branch August 3, 2018 18:51
@karenetheridge
Copy link
Contributor Author

many thanks!

yanick added a commit to yanick/RapidApp that referenced this pull request Feb 2, 2024
fixes vanstyn#80

According to
dbsrgits/dbix-class-schema-loader#21, the fix
that removes the need for MooseX::MAM is merged in as of
dbix-class-chema-loader v0.07051.
yanick added a commit to yanick/RapidApp that referenced this pull request Feb 2, 2024
fixes vanstyn#80

According to
dbsrgits/dbix-class-schema-loader#21, the fix
that removes the need for MooseX::MAM is merged in as of
dbix-class-chema-loader v0.07051.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants