aboutsummaryrefslogtreecommitdiffstats
path: root/el/about/values
ModeNameSize
-rw-r--r--index.php8400logstatsplain
64-branch'>topic/x86_64-branch Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat/c_rewritten.pm
blob: bc05483143647fbfdef402173b1b2685cef517c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package resize_fat::c_rewritten; # $Id$

use strict;

require DynaLoader;

our @ISA = qw(DynaLoader Exporter);
our $VERSION = '0.01';
our @EXPORT_OK = qw(next set_next);

resize_fat::c_rewritten->bootstrap($VERSION);

1;