Data-Transform 1.00 Deleted
Kwalitee Issues
No Core Issues.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Data::Transform
Modules
Name | Abstract | Version | View |
---|---|---|---|
Data::Transform | performs rule-based data transformations of arbitrary structures | 1.00 | metacpan |
Data::Transform::Constants | 1.00 | metacpan | |
Data::Transform::Default | a transformer class that matches anything at very low priority | 1.00 | metacpan |
Data::Transform::Default::ToString | default stringification of untransformed values | 1.00 | metacpan |
Data::Transform::HashKeys::CamelCase | converts hash keys to lowerCamelCase | 1.00 | metacpan |
Data::Transform::HashKeys::CapitalizedIDSuffix | a post-process transformer that rewrites hash keys to replace /Id$/ with ID | 1.00 | metacpan |
Data::Transform::HashKeys::SnakeCase | converts hash keys to lower_snake_case | 1.00 | metacpan |
Data::Transform::Node | the root role which all Data::Transform transformers must implement | 1.00 | metacpan |
Data::Transform::Position | a compound transformer that specifies one or more locations within the data structure to apply to | 1.00 | metacpan |
Data::Transform::Predicate | 1.00 | metacpan | |
Data::Transform::Schema | 1.00 | metacpan | |
Data::Transform::Tree | a transformer that is applied to the entire data structure, after all "node" transformations have been completed | 1.00 | metacpan |
Data::Transform::Type | a transformer that filters by reference type | 1.00 | metacpan |
Data::Transform::Type::DBIx | transforms DBIx::Class::Rows into hashrefs, traversing (some) relationships | 1.00 | metacpan |
Data::Transform::Type::DBIx::Recursive | 1.00 | metacpan | |
Data::Transform::Type::DateTime | transform DateTime objects to ISO8601 format | 1.00 | metacpan |
Data::Transform::Type::DateTime::Duration | transforms DateTime::Duration objects to ISO8601 format | 1.00 | metacpan |
Data::Transform::Value | a transformer that filters by node value | 1.00 | metacpan |