-
-
Save zmughal/cab88c49f453f4463f32 to your computer and use it in GitHub Desktop.
Alien::Base config backslash example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__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