manwar / p6-Calculator

My first Perl6 sample distriubtion.
Artistic License 2.0
0 stars 0 forks source link

Will no longer be updated to the Raku ecosystem #1

Open lizmat opened 1 month ago

lizmat commented 1 month ago

Hello,

Thank you for the time and effort you have put in what is now the Raku Programming Language. The language and its ecosystem are moving forward.

This means that this distribution will no longer be checked for updates by the Raku ecosystem.

This means that you will need to move your module to the zef ecosystem on the next update you make to these distributions. Otherwise your update will simply not be seen by the ecosystem.

If you are no longer interested in maintaining this distribution, you can have this distribution moved to Raku Community Modules Adoption Center, where members of the Raku Community will take care of them.

This can be as easy as confirming that in a response to this issue.

Again, thank you for your time and efforts!

On behalf of the Raku Steering Council,

Elizabeth Mattijsen

manwar commented 1 month ago

@lizmat Is there any documentation how to move module to zef ecosystem?

lizmat commented 1 month ago

Thanks for your reply!

No really as such, but there's a helper module to use App::Mi6, which I use for all of my 200+ modules in the ecosystem.

But in short:

Personally I like all of the benefits that App::Mi6 gives you: instead of "fez upload" I do "mi6 release", which does a lot of additional tests and formatting for you.

YMMV :-)