kasei / perlrdf

Deprecated in favor of the Attean package
26 stars 25 forks source link

Please use Config::ZOMG instead of Config::JFDI #142

Closed jonassmedegaard closed 7 years ago

jonassmedegaard commented 7 years ago

Config::JFDI is unmaintained for some years. It uses Any::Moose, and effectively pulls in both Mouse and Moose (through use of Data::Visitor and Getopt::Usaginator).

Please instead use Config::ZOMG which uses Moo.

kjetilk commented 7 years ago

I just did this for RDF::LinkedData, and it was just a matter of s/JFDI/ZOMG/ in my code, suspect the same to be the case of RDF::Endpoint.

kasei commented 7 years ago

Thanks for the suggestion, @jonassmedegaard.

Good to know, @kjetilk.

I'll take a look at making the change.