LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
177 stars 31 forks source link

Default importer and exporter need to be named explicitly #6

Closed phochste closed 10 years ago

phochste commented 11 years ago

catmandu.yml:

importer:
  default:
    package: YAML
    options:
       file: data.yml

code:

use Catmandu -load;

Catmandu->importer; # Doesn't work
Catmandu->importer('default'); # works
vpeil commented 10 years ago

That's not the case anymore. Default settings work fine, but I don't know when it has been fixed. Anyway: we should close #6.