App-PhotoDB
view release on metacpan or search on metacpan
lib/App/PhotoDB.pm view on Meta::CPAN
=item * L<Schema description|docs/SCHEMA.pod>
=back
=head1 COPYRIGHT and LICENSE
=cut
use strict;
use warnings;
binmode(STDOUT, ":encoding(UTF-8)");
binmode(STDIN, ":encoding(utf8)");
use App::PhotoDB::funcs qw(/./);
use App::PhotoDB::handlers;
use App::PhotoDB::commands;
# Authoritative distro version
our $VERSION = '0.07';
sub main {
my $args = shift;
( run in 0.480 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )