kasei / attean

A Perl Semantic Web Framework
19 stars 10 forks source link

Export using Exporter::Tiny instead of Exporter.pm #122

Closed tobyink closed 5 years ago

tobyink commented 5 years ago

Attean already has an indirect dependency on Exporter::Tiny because it uses Type::Tiny.

Exporter::Tiny allows things like:

use Attean::RDF dtliteral => { -as => "datatyped_literal" };
kasei commented 5 years ago

Even though it's already an indirect dependency, could this patch also include it in Makefile.PL? Otherwise, looks good. Thanks.

tobyink commented 5 years ago

Done.