File: generate-modules

package info (click to toggle)
libdatetime-locale-perl 1%3A1.02-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 13,540 kB
  • sloc: perl: 1,718; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use v5.22;

use lib './lib', 'tools/lib';

use ModuleGenerator;

exit ModuleGenerator->new_with_options->run;