From 1cca60b98a89b27ad1f1c8ce7cc0b2352d03a656 Mon Sep 17 00:00:00 2001 From: James Raspass Date: Thu, 22 Aug 2024 10:30:43 +0100 Subject: [PATCH] Replace bogus non-ASCII char in MANIFEST I'm not what character it was, GitHub detects the file as latin1 prior to this change but clearly it ought to be a simple space based on the subsequent line with very similar wording. --- MANIFEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index d31a07dc..3893f954 100644 --- a/MANIFEST +++ b/MANIFEST @@ -69,7 +69,7 @@ lib/DBI/ProfileSubs.pm lib/DBI/ProxyServer.pm The proxy drivers server lib/DBI/PurePerl.pm A DBI.xs emulation in Perl lib/DBI/SQL/Nano.pm A 'smaller than micro' SQL parser -lib/DBI/Util/_accessor.pm A very¬cut-down version of Class::Accessor::Fast +lib/DBI/Util/_accessor.pm A very cut-down version of Class::Accessor::Fast lib/DBI/Util/CacheMemory.pm A very cut-down version of Cache::Memory lib/DBI/W32ODBC.pm An experimental DBI emulation layer for Win32::ODBC lib/Win32/DBIODBC.pm An experimental Win32::ODBC emulation layer for DBI