File: make_modules

package info (click to toggle)
libcache-historical-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 278; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl -w
###########################################
# make_modules - Make .pms for Rose abstraction
# Mike Schilli, 2007 (m@perlmeister.com)
###########################################
use strict;
use Sysadm::Install qw(:all);

use Cache::Historical;

my $c = Cache::Historical->new();
$c->make_modules( module_dir => "." );