#!/usr/bin/perl

use strict;
use warnings;

# PODNAME: embra
# ABSTRACT: do stuff with your blog files


package embra;
$embra::VERSION = '0.001'; # TRIAL
use App::Embra::App;

App::Embra::App->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

embra - do stuff with your blog files

=head1 VERSION

version 0.001

=head1 OVERVIEW

    embra commands

=head1 AUTHOR

Daniel Holz <dgholz@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Daniel Holz.

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
