[DBIx-Class-Devel] [dbsrgits/dbix-class-schema-loader] do not require MooseX::MarkAsMethods with only_autoclean=1 (#21)

Karen Etheridge notifications at github.com
Tue Jul 17 16:15:31 GMT 2018


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.
You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/dbix-class-schema-loader/pull/21

-- Commit Summary --

  * do not require MooseX::MarkAsMethods with only_autoclean=1

-- File Changes --

    M lib/DBIx/Class/Schema/Loader/Base.pm (21)
    M lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pm (14)
    M t/lib/dbixcsl_common_tests.pm (5)

-- Patch Links --

https://github.com/dbsrgits/dbix-class-schema-loader/pull/21.patch
https://github.com/dbsrgits/dbix-class-schema-loader/pull/21.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class-schema-loader/pull/21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20180717/0c4067e6/attachment.htm>


More information about the DBIx-Class-Devel mailing list