Skip to content

Commit

Permalink
.perl is actually a method.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 3, 2020
1 parent e423571 commit fbd8e1b
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Mu.pod6
Expand Up @@ -169,7 +169,7 @@ $something> and C<say $something.gist> generally produce the same output.
say Mu.gist; # OUTPUT: «(Mu)␤»
say Mu.new.gist; # OUTPUT: «Mu.new␤»
=head2 routine perl
=head2 method perl
multi method perl(--> Str)
Expand Down
184 changes: 184 additions & 0 deletions p6doc.iml
Expand Up @@ -375,5 +375,189 @@
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JSON::Unmarshal" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:JSON::Unmarshal!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Pod::To::BigPage:ver&lt;0.5.1+&gt;" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Pod::To::BigPage:ver&lt;0.5.1+&gt;!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JSON::Marshal" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:JSON::Marshal!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="File::Directory::Tree" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:File::Directory::Tree!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JSON::Class:ver&lt;0.0.5+&gt;" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:JSON::Class:ver&lt;0.0.5+&gt;!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="MIME::Base64" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:MIME::Base64!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="META6" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:META6!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="URI" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:URI!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JSON::Name" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:JSON::Name!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="LWP::Simple" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:LWP::Simple!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Template::Mustache" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Template::Mustache!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="License::SPDX" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:License::SPDX!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="OO::Monitors" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:OO::Monitors!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="File::Find" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:File::Find!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Pod::Utilities" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Pod::Utilities!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Test" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Test!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Test::META" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Test::META!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Pod::Load:ver&lt;0.4.0+&gt;" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Pod::Load:ver&lt;0.4.0+&gt;!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JSON::Class" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:JSON::Class!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="File::Temp" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:File::Temp!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Perl6::TypeGraph" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Perl6::TypeGraph!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JSON::Fast" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:JSON::Fast!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="Pod::To::HTML:ver&lt;0.6.1+&gt;" type="perl6">
<CLASSES />
<SOURCES>
<root url="raku://448590579:Pod::To::HTML:ver&lt;0.6.1+&gt;!/" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>

0 comments on commit fbd8e1b

Please sign in to comment.