App-JIRAPrint
view release on metacpan or search on metacpan
scripts/jiraprint view on Meta::CPAN
$log->error("Error in arguments or configuration: ".$err);
$log->error("Please run jiraprint --help");
exit(1);
}
unless( $output ){
binmode STDOUT, ':utf8';
print $j->process_template();
}else{
open OUTPUT , '>' , $output;
binmode OUTPUT , ':utf8';
print OUTPUT $j->process_template();
close OUTPUT;
$log->info("XeTeX file written to $output. Now run xelatex $output to generate your PDF.");
}
__END__
=head1 NAME
jiraprint - Generate printable XeTeX code to print JIRA tickets on Postits
=head1 INSTALLATION
( run in 0.535 second using v1.01-cache-2.11-cpan-c6e0e5ac2a7 )