}
-#if PERL_VERSION < 8 || PERL_SUBVERSION < 9
+#if PERL_VERSION < 8 || PERL_SUBVERSION < 9 /* XXX plain || seems like a bug */
# define SVt_LAST 16
#endif
if (SvOOK(thing)) {
/* This direct access is arguably "naughty": */
struct mro_meta *meta = HvAUX(thing)->xhv_mro_meta;
-#if PERL_VERSION > 13 || PERL_SUBVERSION > 8
+#if PERL_VERSION > 13 || PERL_SUBVERSION > 8 /* XXX plain || seems like a bug */
/* As is this: */
I32 count = HvAUX(thing)->xhv_name_count;
Devel::SizeMe::Store - db write
Devel::SizeMe::Data - db read / orlite?
Devel::SizeMe::Graph - data reading/processing for sizeme_graph
- sizeme_store
- sizeme_graph
+ sizeme_store - script wrapper for Devel::SizeMe::Store
+ sizeme_graph - Mojolicious app wrapper using Devel::SizeMe::Graph
tests
Support multiple runs to same sizeme_store process, generating separate files
Name runs to allow total_size (for example) of multiple data structures