Attempt to call undefined import method with arguments ("1.000") via package "Cairo" (Perhaps you forgot to load the package?) at (eval 12) line 1.
Including generated API documentation...
Unrecognized argument in LIBS ignored: '-pthread'
xs/PangoScript.c: In function ‘XS_Pango__Script_for_unichar’:
xs/PangoScript.c:216:9: warning: ‘pango_script_for_unichar’ is deprecated: Use 'g_unichar_get_script' instead [-Wdeprecated-declarations]
  216 |         RETVAL = pango_script_for_unichar(ch);
      |         ^~~~~~
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:117,
                 from /usr/include/pango-1.0/pango/pango-types.h:235,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from ./pango-perl.h:23,
                 from xs/PangoScript.xs:19:
/usr/include/pango-1.0/pango/pango-script.h:310:13: note: declared here
  310 | PangoScript pango_script_for_unichar         (gunichar             ch) G_GNUC_CONST;
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
xs/PangoTypes.c: In function ‘XS_Pango_find_base_dir’:
xs/PangoTypes.c:194:9: warning: ‘pango_find_base_dir’ is deprecated [-Wdeprecated-declarations]
  194 |         RETVAL = pango_find_base_dir(text, strlen (text));
      |         ^~~~~~
In file included from /usr/include/pango-1.0/pango/pango-types.h:239,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from ./pango-perl.h:23,
                 from xs/PangoTypes.xs:19:
/usr/include/pango-1.0/pango/pango-bidi-type.h:107:16: note: declared here
  107 | PangoDirection pango_find_base_dir          (const gchar *text,
      |                ^~~~~~~~~~~~~~~~~~~
xs/PangoCairo.xs: In function ‘XS_Pango__Cairo__FontMap_create_context’:
xs/PangoCairo.xs:85:9: warning: ‘pango_cairo_font_map_create_context’ is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations]
   85 |         context = pango_cairo_font_map_create_context (fontmap);
      |         ^~~~~~~
In file included from ./pango-perl.h:28,
                 from xs/PangoCairo.xs:19:
/usr/include/pango-1.0/pango/pangocairo.h:123:15: note: declared here
  123 | PangoContext *pango_cairo_font_map_create_context (PangoCairoFontMap *fontmap);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~