pdf-raku / PDF-Content-raku

Basic PDF content editing and rendering support, including text, images, fonts and general graphics
Artistic License 2.0
2 stars 3 forks source link

Missing Hash::int dependency possibly #17

Open MorayJ opened 11 months ago

MorayJ commented 11 months ago

[PDF::Content] Please note that a 'META6.json' file was found in 't', of which the 'provides' section was used to determine if a dependency is available or not. Perhaps you need to add 'Hash::int' in the <provides> section of that file? Or need to specify a directory that does *not* have a 'META6.json' file?

Above message when installing using rakubrew and version says Currently running moar-2023.08

Possible it's another issue with my setup as seemed to be having conflicts with libraries installed with system raku. Installed Hash::int with zef and that issue passed.

dwarring commented 11 months ago

From that message, one of the test failed to find Hash::int. The error message suggests that it should be declared t/META6.json , but Hash::int is used by the PDF module only and is not used by PDF::Content directly.

I haven't been able to replicate this locally with or without rakubrew.