Diff of /branches/magellan-next/include/cpan.sminc
Parent Directory | Revision Log | Patch
revision 1971 by niro, Thu Jun 11 12:07:53 2009 UTC | revision 1972 by niro, Thu Jun 11 12:10:21 2009 UTC | |
---|---|---|
# | Line 34 cpan_src_prepare() | Line 34 cpan_src_prepare() |
34 | ||
35 | cpan_src_compile() | cpan_src_compile() |
36 | { | { |
37 | perl_src_compile | local configure_opts="$@" |
38 | perl_src_compile ${configure_opts} | |
39 | } | } |
40 | ||
41 | src_install() | src_install() |
|