File: get-transaction-details.pl

package info (click to toggle)
libbusiness-paypal-api-perl 0.77-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: perl: 2,503; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env perl;

use strict;
use warnings;
use feature qw( say );

use lib 'eg/lib';

use Example::TransactionFetcher;
my $fetcher = Example::TransactionFetcher->new_with_options;
$fetcher->find;