Skip to content

Commit

Permalink
Migrate to Pod::Utils
Browse files Browse the repository at this point in the history
Hand-applied most of #23 by pheix
  • Loading branch information
coke committed Mar 9, 2023
1 parent 79f8dc0 commit f33f096
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for rakudoc

{{$NEXT}}
- Change deprecated dependency Pod::Utilities to Pod::Utils
- Fix deprecated code warning
- Relax 04-compunit.t tests so they pass when installing via Zef and the
prerequisite modules are not already installed
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -8,7 +8,7 @@
"build-depends": [
],
"depends": [
"Pod::Utilities:ver<0.0.1+>"
"Pod::Utils:ver<0.0.2+>"
],
"description": "A tool for reading Raku documentation",
"license": "Artistic-2.0",
Expand Down
4 changes: 2 additions & 2 deletions lib/Rakudoc/Documentable.rakumod
@@ -1,5 +1,5 @@
use Pod::Utilities;
use Pod::Utilities::Build;
use Pod::Utils;
use Pod::Utils::Build;

#| Enum to classify all "kinds" of Documentable
enum Kind is export (Type => "type" , Language => "language",
Expand Down

0 comments on commit f33f096

Please sign in to comment.