Magellan Linux

Diff of /branches/R11-unstable/include/cpan.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1980 by niro, Thu Jun 11 12:29:18 2009 UTC revision 1981 by niro, Thu Jun 11 12:29:59 2009 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29    
30  cpan_src_prepare()  cpan_src_prepare()
31  {  {
32   perl_src_prepare   perl_src_prepare || die
33  }  }
34    
35  cpan_src_compile()  cpan_src_compile()
36  {  {
37   local configure_opts="$@"   local configure_opts="$@"
38   perl_src_compile ${configure_opts}   perl_src_compile ${configure_opts} || die
39  }  }
40    
41  cpan_src_install()  cpan_src_install()
42  {  {
43   perl_src_install   perl_src_install || die
44  }  }
45    
46  export_inherits cpan src_prepare src_compile src_install  export_inherits cpan src_prepare src_compile src_install

Legend:
Removed from v.1980  
changed lines
  Added in v.1981