The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Sub-Meta

0.05 2021-03-03T14:59:40Z
    [IMPROVEMENTS]
    - use github actions #7
    - customize sub meta class #12

    [INCOMPATIBLE CHANGES]
    - Improved Sub::Meta#new, S:M:Parameters#new, S:M:Param#new #8, #13
    - Improved is_same_interface can take undef or obj #10
    - Improved slurpy take Sub::Meta::Param #11

0.04 2019-07-08T15:13:22Z
    - add `is_same_interface` method #4
    - allow `required`, `positional` args #5
    - fixed bug: set_sub.

0.03 2019-07-05T06:59:02Z
    - improve coverage

0.02 2019-07-04T14:14:17Z
    - Fixed test #1 (Thanks @eserte)
    - Sync subinfo #2

0.01 2019-06-27T10:59:04Z

    - original version