#!/usr/bin/env perl
# PODNAME: empyrion_blueprint
# ABSTRACT: Tool for analyzing and modifing Empyrion Blueprint files

use strict;
use warnings;
use App::EmpyrionBlueprint;
use Carp qw( croak );

exit App::EmpyrionBlueprint->new_with_options()->run;

__END__

=pod

=head1 NAME

empyrion_blueprint - Tool for analyzing and modifing Empyrion Blueprint files

=head1 VERSION

version 0.003

=head1 AUTHOR

Torsten Raudssus <torsten@raudss.us>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Torsten Raudssus.

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
