summaryrefslogtreecommitdiffstats
path: root/perl_checker_fake_packages/Getopt/Long.pm
blob: 643726441aa76320ee8efd4dd655d86132c750db (plain)
1
2
3
4
5
6
package Getopt::Long;

our @ISA = qw(Exporter);
our @EXPORT = qw(GetOptions);

sub GetOptions {}