Description: Ignore patch/reject files mentioned in 1.3.0 release
 6 .rej/.patch files are removed via Files-Excluded in d/copyright, but
 they are still mentioned in the Makefiles and manifest
Author: Nick Morrott <nickm@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=155091
Last-Update: 2024-08-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,7 +11,6 @@
 bin/bot-basicbot-pluggable-cgi
 bin/bot-basicbot-pluggable-cli
 bin/bot-basicbot-pluggable-infobot-upgrade
-bin/bot-basicbot-pluggable.rej
 bin/storable2dbi.pl
 dist.ini
 examples/chump.cgi
@@ -21,11 +20,8 @@
 lib/App/Bot/BasicBot/Pluggable.pm
 lib/App/Bot/BasicBot/Pluggable/Terminal.pm
 lib/Bot/BasicBot/Pluggable.pm
-lib/Bot/BasicBot/Pluggable.pm.rej
 lib/Bot/BasicBot/Pluggable/Module.pm
-lib/Bot/BasicBot/Pluggable/Module.pm.rej
 lib/Bot/BasicBot/Pluggable/Module/Auth.pm
-lib/Bot/BasicBot/Pluggable/Module/Auth.pm.rej
 lib/Bot/BasicBot/Pluggable/Module/Base.pm
 lib/Bot/BasicBot/Pluggable/Module/ChanOp.pm
 lib/Bot/BasicBot/Pluggable/Module/DNS.pm
@@ -44,7 +40,6 @@
 lib/Bot/BasicBot/Pluggable/Store/Storable.pm
 lib/Bot/BasicBot/Pluggable/Terminal.pm
 lib/Test/Bot/BasicBot/Pluggable.pm
-lib/Test/Bot/BasicBot/Pluggable.pm.rej
 lib/Test/Bot/BasicBot/Pluggable/Store.pm
 t/00bootstrap.t
 t/01module_base.t
@@ -70,4 +65,3 @@
 t/modules/modules/Bar.pm
 t/perlcriticrc
 t/test.rss
-typos.patch
--- a/Build.PL
+++ b/Build.PL
@@ -67,7 +67,6 @@
     "bin/bot-basicbot-pluggable-cgi",
     "bin/bot-basicbot-pluggable-cli",
     "bin/bot-basicbot-pluggable-infobot-upgrade",
-    "bin/bot-basicbot-pluggable.rej",
     "bin/storable2dbi.pl"
   ],
   "test_requires" => {
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,7 +22,6 @@
     "bin/bot-basicbot-pluggable-cgi",
     "bin/bot-basicbot-pluggable-cli",
     "bin/bot-basicbot-pluggable-infobot-upgrade",
-    "bin/bot-basicbot-pluggable.rej",
     "bin/storable2dbi.pl"
   ],
   "LICENSE" => "perl",
