Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to Milla and update #1

Merged
merged 1 commit into from
Oct 20, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This Build.PL for Task-Catmandu was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
use 5.006;
use Module::Build::Tiny 0.037;
Build_PL();
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Task::Catmandu

{{$NEXT}}
- migrate to Milla and update

0.101
- Catmandu::FedoraCommons not default

Expand Down
20 changes: 0 additions & 20 deletions README

This file was deleted.

29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# NAME

Task::Catmandu - Catmandu bundle

# SYNOPSIS

cpanm --interactive Task::Catmandu

# Update cpanfile to most recent versions
> perl -MTask::Catmandu -e cpanfile > cpanfile

# AUTHOR

Nicolas Steenlant <nicolas.steenlant@ugent.be>

# CONTRIBUTORS

Jakob Voss <jakob.voss@gbv.de>

# LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# SEE ALSO

[http://librecat.org/](http://librecat.org/)

The main code of this module is taken from [Task::Plack](https://metacpan.org/pod/Task::Plack).
62 changes: 62 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# repl (interactive environment)
recommends 'Catmandu::Cmd::repl', '0.01',

# MongoDB store
recommends 'Catmandu::Store::MongoDB', '0.0302',

# CouchDB store
recommends 'Catmandu::Store::CouchDB', '0.01',

# ElasticSearch store
recommends 'Catmandu::Store::ElasticSearch', '0.0206',

# Solr store
recommends 'Catmandu::Store::Solr', '0.0204',

# DBI store
recommends 'Catmandu::Store::DBI', '0.04',

feature 'fedora', 'FedoraCommons store' => sub {
recommends 'Catmandu::FedoraCommons', '0.271',
};

# MARC importer, exporter and fixes
recommends 'Catmandu::MARC', '0.205',

# bibliographic importers
recommends 'Catmandu::PubMed', '0.01',
recommends 'Catmandu::ArXiv', '0.021',
recommends 'Catmandu::PLoS', '0.01',
recommends 'Catmandu::Inspire', '0.265',

# Atom importer and exporter
recommends 'Catmandu::Atom', '0.02',

# OAI importer
recommends 'Catmandu::OAI', '0.06',

# SRU importer
recommends 'Catmandu::SRU', '0.037',

feature 'z3950', 'Z39.50 importer' => sub {
recommends 'Catmandu::Z3950', '0.04',
};

# Twitter importer
recommends 'Catmandu::Importer::Twitter', '0.03',

# LDAP importer
recommends 'Catmandu::LDAP', '0.0103',

# BibTeX
recommends 'Catmandu::BibTeX', '0.04',

# Excel .xls and .xlsx files
recommends 'Catmandu::XLS', '0.04',

feature 'dancer', 'Dancer integration' => sub {
recommends 'Dancer::Session::Catmandu', '0.02',
recommends 'Dancer::Plugin::Catmandu::OAI', '0.0305',
recommends 'Dancer::Plugin::Catmandu::SRU', '0.03',
};

1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[@Milla]
106 changes: 0 additions & 106 deletions generate_Makefile_PL.pl

This file was deleted.

Loading