fu/t
Yorhel fd8332601b t/pgconnect: Fix ref leak in test
Apparently 'my sub' captured the $conn variable and held a ref on it
even beyond the parent sub scope. 'my $x = sub {}' doesn't do that.

Getting the ref counts right is important here for the last test to work.

(Found while I was inspecting the refcount effects of the new ->conn()
methods with Devel::Peek)
2025-05-22 09:56:11 +02:00
..
compress.t FU::Util: Add brotli_compress() and use it for FU output compression 2025-03-19 10:12:20 +01:00
fcgi.t FastCGI: Ignore HTTP_CONTENT_(TYPE|LENGTH) 2025-04-25 09:34:22 +02:00
fdpass.t FU: Implement --monitor, add some docs; FU::Util: add fdpass functions 2025-02-15 15:09:56 +01:00
httpdate.t Docs, compatibility fixes again, 0.1 release 2025-02-25 17:02:33 +01:00
json_format.t json_format: Add html_safe option 2025-03-16 15:03:32 +01:00
json_parse.t json_parse()/pgtypes: Fix accidental creation of read-only array/hash values 2025-04-28 10:23:51 +02:00
multipart.t MultipartFormData: Bunch of parser fixes 2025-04-29 09:14:44 +02:00
pgconnect.t t/pgconnect: Fix ref leak in test 2025-05-22 09:56:11 +02:00
pgcopy.t Pg: Add COPY support 2025-03-10 12:32:14 +01:00
pgtypes-dynamic.t Pg: Set appropriate quote_identifier for $conn->Q() 2025-05-22 09:53:41 +02:00
pgtypes.t Pg: Add text2bin() and bin2text() conversion methods 2025-04-30 20:02:20 +02:00
query.t FU::Util::query_decode(): Properly handle empty "&"-parts 2025-04-25 17:07:56 +02:00
sql.t SQL: Add IDENT() and quote_identifier options 2025-05-22 09:22:07 +02:00
to_bool.t FU::Validate: Add module + integrate with FU 2025-02-25 14:31:38 +01:00
validate-util.t Validate: Add empty() and coerce() methods 2025-04-19 12:36:28 +02:00
validate.t Validate: Improved + extendable error message formatting 2025-04-26 15:56:12 +02:00
xmlwr.t Add FU::XMLWriter 2025-02-19 12:01:24 +01:00