File: sdl_module_maker.pl

package info (click to toggle)
libsdl-perl 2.548-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,972 kB
  • sloc: perl: 13,985; ansic: 583; makefile: 35
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
use strict;
use warnings;
use lib 'lib';
use Module::Build::SDL;

Module::Build::SDL::generate_sdl_module( @ARGV );