Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 16, 2017 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/026bd641e7da675401f05193cb4a950c to your computer and use it in GitHub Desktop.
Save Whateverable/026bd641e7da675401f05193cb4a950c to your computer and use it in GitHub Desktop.
greppable6
Build\.pm

gfldex/perl6-typesafe-xhtml-writer:7: ​ die "​​Build.pm​​: could not write to $where/lib/Typesafe/XHTML/Writer.pm6" unless $out-file;​
gfldex/perl6-typesafe-xhtml-writer:11: ​ # die "​​Build.pm​​: bin/generate-function-definition.p6 failed with {$proc.exitcode}" if $proc.exitcode;​
gfldex/perl6-typesafe-xhtml-writer:3: ​lib/Typesafe/XHTML/Writer.pm6: bin/generate-function-definition.p6 ​​Build.pm​​​
gfldex/perl6-xhtml-writer:7: ​ die "​​Build.pm​​: could not write to $where/lib/XHTML/Writer.pm6" unless $out-file;​
gfldex/perl6-xhtml-writer:11: ​ die "​​Build.pm​​: bin/generate-function-definition.p6 failed with {$proc.exitcode}" if $proc.exitcode;​
gfldex/perl6-xhtml-writer:1: ​lib/XHTML/Writer.pm6: bin/generate-function-definition.p6 ​​Build.pm​​​
jonathanstowe/META6:4199: ​ "CSS::Specification::Build" : "lib/CSS/Specification/​​Build.pm​​",​
jonathanstowe/META6:8931: ​ "Native::Resources::Build" : "lib/Native/Resources/​​Build.pm​​",​
kalkin/Ddt:39: ​ return unless "​​Build.pm​​".IO.e;​
niner/Inline-Python:1: ​​​Build.pm​​​
p6-css/CSS-Module-p6:89: ​# ​​Build.pm​​ can also be run standalone ​
p6-css/CSS-Specification-p6:10: ​ "CSS::Specification::Build" : "lib/CSS/Specification/​​Build.pm​​",​
p6-pdf/Base64-Native-p6:30: ​# ​​Build.pm​​ can also be run standalone​
p6-pdf/Font-AFM-p6:39: ​ Replaced dynamic Pand ​​Build.pm​​ with semi-static make_metrics.pl.​
p6-pdf/Font-AFM-p6:62: ​# ​​Build.pm​​ can also be run standalone ​
retupmoca/P6-LibraryMake:8: ​Typically, this will be used in both ​​Build.pm​​ (to support panda installs), and in a standalone Configure.pl script in the src directory (to…​
retupmoca/P6-LibraryMake:15: ​/​​Build.pm​​​
retupmoca/P6-LibraryMake:36: ​ # The example here is how the 'make' sub generates the makefile in the above ​​Build.pm​​ file​
retupmoca/P6-LibraryMake:8: ​Typically, this will be used in both ​​Build.pm​​ (to support panda installs), and in​
retupmoca/P6-LibraryMake:11: ​will currently need to add it to both your ​​Build.pm​​ and to your Configure.pl6​
retupmoca/P6-LibraryMake:22: ​/​​Build.pm​​​
retupmoca/P6-LibraryMake:43: ​ # The example here is how the 'make' sub generates the makefile in the above ​​Build.pm​​ file​
samgwise/p6-Numeric-Pack:5: ​# The example here is how the 'make' sub generates the makefile in the above ​​Build.pm​​ file​
skaji/mi6:130: ​ return unless "​​Build.pm​​".IO.e;​
skaji/mi6:131: ​ note '==> Execute ​​Build.pm​​';​
tadzik/panda:8: ​ if "​​Build.pm​​".IO.f {​
tadzik/panda:10: ​ require "$where/​​Build.pm​​";​
tadzik/panda:7: ​ if "​​Build.pm​​".IO.f {​
tadzik/panda:9: ​ require "$where/​​Build.pm​​";​
tadzik/panda:19: ​}, "run test and build with a ​​Build.pm​​ present";​
ugexe/zef:11: ​ "Zef::Build" : "lib/Zef/​​Build.pm​​6",​
ugexe/zef:35: ​ "Zef::Service::Shell::Build" : "lib/Zef/Service/Shell/​​Build.pm​​6",​
ugexe/zef:57: ​ # run ​​Build.pm​​ if one exists in given path​
ugexe/zef:269: ​Run the ​​Build.pm​​ file located in the given [C<@paths>]​
ugexe/zef:272: ​in a file named C<​​Build.pm​​> at the root of your distribution:​
ugexe/zef:46: ​ #| Run ​​Build.pm​​​
ugexe/zef:537: ​ build Run the ​​Build.pm​​ in a given module's path​
ugexe/zef:296: ​ unless ?$dist.IO.child('​​Build.pm​​').e {​
ugexe/zef:302: ​ message => "# SKIP: No ​​Build.pm​​ for {$candi.dist.?identity // $candi.as}",​
ugexe/zef:406: ​ Bool :$build = True, # run ​​Build.pm​​ (DEPRECATED..?)​
ugexe/zef:6: ​ method build-matcher($path) { $path.IO.child("​​Build.pm​​").e }​
ugexe/zef:12: ​ # all the existing distributions using ​​Build.pm​​​
ugexe/zef:15: ​ my $build-file = list-paths($path, :!r, :f, :!d).first({.basename eq '​​Build.pm​​'});​
ugexe/zef:27: ​ # ​​Build.pm​​ file, is using META6.json (not META.info), and​
ugexe/zef:29: ​ # Retries try-legacy-hook after adding 'Build' => '​​Build.pm​​' to provides​
ugexe/zef:36: ​ %meta6<provides><Build> = '​​Build.pm​​';​
ugexe/zef:52: ​ my $builder-path = $path.IO.child('​​Build.pm​​');​
yowcow/p6-Digest-MurmurHash3:4: ​# The example here is how the 'make' sub generates the makefile in the above ​​Build.pm​​ file​
zhouzhen1/perl6-Inline-Scheme-Gambit:79: ​You can refer to Makefile.in and ​​Build.pm​​ to know more details.​

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment