The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::AuditAny::Util - Util functions for DBIx::Class::AuditAny

DESCRIPTION

This package contains misc util funcs used in the DBIx::Class::AuditAny codebase

FUNCTIONS

scream

Prints the supplied object/structure using Dumper

scream_color

Prints the supplied object/structure using Dumper. The first arg can be a color code.

caller_data

Returns an arrayref of hashes containing standard 'caller' function data with named properties

package_exists

Check if the package exists

resolve_localclass

Loads the class name, relative to DBIx::Class::AuditAny:: or absolute when prefixed with '+'

uniq

Returns a list with duplicates removed. If passed a single arrayref, duplicates are removed from the arrayref in place, and the new list (contents) are returned.

get_raw_source_rows

logic adapted from DBIx::Class::Storage#insert

SEE ALSO

SUPPORT

IRC:

    Join #rapidapp on irc.perl.org.

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012-2015 by IntelliTree Solutions llc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.