Skip to content

Instantly share code, notes, and snippets.

@zmughal
Created August 14, 2014 17:51
Show Gist options
  • Save zmughal/cab88c49f453f4463f32 to your computer and use it in GitHub Desktop.
Save zmughal/cab88c49f453f4463f32 to your computer and use it in GitHub Desktop.
Alien::Base config backslash example
__DATA__
do{ my $x = [
{
'working_directory' => 'C:\\Users\\zaki\\repo\\p5-Alien-LibMagic\\.build\\ADMUaspSyy\\_alien\\file-5.19',
'name' => 'LibMagic',
'version' => '5.19',
'install_type' => 'share',
'pkgconfig' => {
'_manual' => bless( {
'keywords' => {
'Version' => '',
'Cflags' => '-I${pcfiledir}\\include',
'Libs' => '-L${pcfiledir}\\bin -lgnurx-0 -lmagic-1'
},
'vars' => {
'pcfiledir' => 'C:\\strawberry\\perl\\site\\lib\\auto\\share\\dist\\Alien-LibMagic'
},
'package' => 'LibMagic'
}, 'Alien::Base::PkgConfig' )
},
'finished_installing' => 1
},
{},
{}
];
$x; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment