Skip to content

Commit

Permalink
Remove alpha warning from Structured package
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 23, 2024
1 parent 178c563 commit 3676b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- Attempting to import any structured type caused a confusing "Can't store CODE items"
error. Reported by Kerin Millar.
- Removed the "this is alpha" warning from Specio::Library::Structured. Given that I don't plan on
making any major changes to this module, it's as production-ready as it's going to get.


0.48 2022-06-11
Expand Down
4 changes: 0 additions & 4 deletions lib/Specio/Library/Structured.pm
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ __END__
=head1 DESCRIPTION
B<This particular library should be considered in an alpha state. The syntax
for defining structured types may change, as well as some of the internals of
its implementation.>
This library provides a set of structured types for Specio, C<Dict>, C<Map>,
and C<Tuple>. This library also exports two helper subs used for some types,
C<optional> and C<slurpy>.
Expand Down

0 comments on commit 3676b2b

Please sign in to comment.