logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Exporter::Null - a expoter that doesn't export anything

Description

       This exporter exports nothing and can be used as in situations where you export data in the Fix script
       itself.

Name

       Catmandu::Exporter::Null - a expoter that doesn't export anything

See Also

       Catmandu::Importer::Mock

perl v5.40.0                                       2025-01-17                      Catmandu::Exporter::Null(3pm)

Synopsis

               # From the commandline
               $ catmandu convert JSON --fix myfixes to Null < /tmp/data.json

               $ catmandu convert JSON --fix 'add_to_exporter(.,JSON)' to Null < /tmp/data.json

See Also