#!/usr/bin/env perl
use strict;
use warnings;
use Finance::Tiller2QIF;

# PODNAME: tiller2qif
# ABSTRACT: Convert Tiller CSV exports to QIF format


Finance::Tiller2QIF::run_cli();

__END__

=pod

=encoding UTF-8

=head1 NAME

tiller2qif - Convert Tiller CSV exports to QIF format

=head1 VERSION

version 1.00

=head1 SYNOPSIS

	tiller2qif <command> [options]

=head1 DESCRIPTION

This script is a thin wrapper around L<Finance::Tiller2QIF>. All core logic and documentation are provided in the module. See L<Finance::Tiller2QIF> for full usage, options, and examples.

You can also obtain help by executing C<tiller2qif help>.

=head1 NAME

tiller2qif - Convert CSV Exported from Tiller.com to QIF format for importing into financial software.

=head1 SEE ALSO

L<Finance::Tiller2QIF>

=head1 AUTHOR

brainbuz@cpan.org

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Your Name.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007

=cut
