Skip to content

Commit

Permalink
Added p6 and pm to extensions in source directory.
Browse files Browse the repository at this point in the history
But there are no tests yet in test suite that looks for p6 and pm files.
  • Loading branch information
finanalyst committed Aug 10, 2019
1 parent cb0ff4b commit 4693592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"perl" : "6.*",
"name" : "Pod::To::Cached",
"version" : "0.3.2",
"version" : "0.3.3",
"authors" : "Richard Hainsworth",
"description" : "Precompile a collection of pod files into a cache.",
"license" : "Artistic-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/To/Cached.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $cache.freeze;
path to the collection of pod files
ignored if cache frozen
=item @!extensions = <pod pod6>
=item @!extensions = <pod pod6 p6 pm>

This comment has been minimized.

Copy link
@antoniogamiz

antoniogamiz Aug 10, 2019

Contributor

Maybe pm6 too?

the possible extensions for a POD file
=item verbose = False
Expand Down

0 comments on commit 4693592

Please sign in to comment.