#! /usr/bin/env perl
#PODNAME: anki_import
use strict;
use warnings;
use lib '/Users/stevedondley/perl/modules/Anki-Import/lib';
use Data::Dumper qw(Dumper);
use Anki::Import;

eval {
  anki_import(@ARGV);
}

__END__

=pod

=head1 NAME

anki_import

=head1 VERSION

version 0.006

=head1 AUTHOR

Steve Dondley <s@dondley.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Steve Dondley.

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

=cut
