Skip to content

Instantly share code, notes, and snippets.

@antoniogamiz
Created July 19, 2019 11:41
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 antoniogamiz/cbb9377019d040d6bf2e20871434e4e2 to your computer and use it in GitHub Desktop.
Save antoniogamiz/cbb9377019d040d6bf2e20871434e4e2 to your computer and use it in GitHub Desktop.
# This file is stored in Perl6/ dir
use Perl6::Documentable::LogTimelineSchema;
Perl6::Documentable::LogTimeline::GenerateDocumentable.log("dd");
# I get the following error when I execute it:
# Cannot resolve caller AUTOGEN(Perl6::Documentable::LogTimeline::GenerateDocumentable:U: Str:D); none of these signatures match:
# (Perl6::Documentable::LogTimeline::GenerateDocumentable: &task, *%data)
# (Perl6::Documentable::LogTimeline::GenerateDocumentable: $parent, &task, *%data)
# This file is stored in Perl6/Documentable/ dir
use Log::Timeline;
class Perl6::Documentable::LogTimelineGenerateDocumentable
does Log::Timeline::Task['Documentable', 'Pod', 'Process pod'] {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment