#!perl # # Generate human-readable documentation from package metadata. # # This is the driver program for the DocKnot documentation generation system. # As much logic as possible should live in App::DocKnot rather than in this # script. It should be a thin wrapper. # # SPDX-License-Identifier: MIT use 5.024; use autodie; use warnings; use App::DocKnot::Command; # Dispatch everything to the module. my $docknot = App::DocKnot::Command->new(); $docknot->run(); __END__ =for stopwords Allbery DocKnot docknot MERCHANTABILITY NONINFRINGEMENT sublicense subcommand subcommands distdir =head1 NAME docknot - Generate human-readable documentation from package metadata =head1 SYNOPSIS B B<-h> B dist [B<-m> I] B<-d> I B generate [B<-m> I] [B<-w> I] I