package c; # $Id$ use vars qw($AUTOLOAD); use c::stuff; use MDK::Common; sub AUTOLOAD { $AUTOLOAD =~ /::(.*)/; my @l = eval { &{$c::stuff::{$1}} }; if (my $err = $@) { $err =~ /Undefined subroutine &main::/ ? die("can't find function $AUTOLOAD\n" . backtrace()) : die($err); } wantarray() ? @l : $l[0]; } 1; t repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2007-03-05 16:35:41 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2007-03-05 16:35:41 +0000
commit1566ba3847884809e5bf08fc8d4f39c87175843e (patch)
tree43314006f752cde6c4b845566be92e93502298cb /AUTHORS
parent8c1542a80d05687953c91d29615c177a180cffcf (diff)
downloadrpm-helper-1566ba3847884809e5bf08fc8d4f39c87175843e.tar
rpm-helper-1566ba3847884809e5bf08fc8d4f39c87175843e.tar.gz
rpm-helper-1566ba3847884809e5bf08fc8d4f39c87175843e.tar.bz2
rpm-helper-1566ba3847884809e5bf08fc8d4f39c87175843e.tar.xz
rpm-helper-1566ba3847884809e5bf08fc8d4f39c87175843e.zip
bump versionv0.18.2