chore remove Emacs modelines from all source files

Commit
1d29e419d9aaa1484068fa36ce535b61ac5ed7c3
Author
GPT-5 medium <codex@openai.com>
Author date
Committer
GPT-5 medium <codex@openai.com>
Committer date
Changed files
lib/FAPG/DAQ/MQTT.pm
index 889df77c..a11543ec 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::MQTT;
4 2
5 3 use v5.32.1;
roles/daq-hub/bin/fapg-daq-hub-status
index 665cbfd8..49e418e9 100755..100755
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: perl-ts; -*-
3 2
4 3 use v5.32.1;
5 4 use strict;
roles/daq-node/bin/fapg-daq-node
index 1b26dc75..39edd0d8 100755..100755
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: perl-ts; -*-
3 2
4 3 use v5.32.1;
5 4 use strict;
roles/daq-node/lib/FAPG/DAQ/EZO/USB.pm
index 0c54866e..4ff81d49 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::EZO::USB;
4 2
5 3 use v5.32.1;
roles/daq-node/t/01-ezo-usb.t
index 3c177b8a..ab2bc456 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use v5.32.1;
4 2 use strict;
5 3 use warnings;
roles/daq-node/t/02-probe.t
index 27b5c580..842b8c40 100644..100644
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: cperl; -*-
3 2
4 3 # Basic Atlas Scientific EZO probe smoke test.
5 4
roles/daq-node/t/03-mqtt.t
index 96c61510..12c756ae 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use v5.32.1;
4 2 use strict;
5 3 use warnings;
roles/dashboard/lib/FAPG/DAQ/Dashboard.pm
index 558f84ca..07cb4076 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::Dashboard;
4 2 use Mojo::Base 'Mojolicious', -signatures;
5 3
roles/dashboard/lib/FAPG/DAQ/Dashboard/Controller/Download.pm
index 71f42099..e94f5ea1 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::Dashboard::Controller::Download;
4 2 use Mojo::Base 'Mojolicious::Controller', -signatures;
5 3
roles/dashboard/lib/FAPG/DAQ/Dashboard/Controller/Pages.pm
index a44924ed..0cbcdd25 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::Dashboard::Controller::Pages;
4 2 use Mojo::Base 'Mojolicious::Controller', -signatures;
5 3
roles/dashboard/lib/FAPG/DAQ/Dashboard/Controller/Reading.pm
index 99f90712..a2f01bc9 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::Dashboard::Controller::Reading;
4 2 use Mojo::Base 'Mojolicious::Controller', -signatures;
5 3
roles/dashboard/lib/FAPG/DAQ/Dashboard/Timeframe.pm
index 86eb69b3..614a53db 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package FAPG::DAQ::Dashboard::Timeframe;
4 2 use Mojo::Base -strict;
5 3
roles/dashboard/public/css/app.css
index f17ce164..796bfa00 100644..100644
@@ -1,5 +1,3 @@
1 Removed: /* -*- mode: css; -*- */
2 Removed:
3 1 /* ================================================================
4 2 Project-specific CSS supplement for Bootstrap 5.3
5 3 Clean monitoring dashboard aesthetic, mobile-friendly.
roles/dashboard/t/00-homepage.t
index 005bd70a..54005048 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/01-graph-page.t
index b74cb27b..606f8822 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/02-readings-api.t
index f7ca138b..16a7e4a4 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/03-status-api.t
index a7415998..93f9bdda 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/04-readings-series.t
index d3e6253c..10354924 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/05-status-page.t
index d0dd49d1..5703e533 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/06-downloads.t
index 076611d9..6c9b0b5b 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use Test2::V0;
roles/dashboard/t/07-downloads-csv.t
index bd0075bb..fed1eb1e 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 use Mojo::Base -strict;
4 2
5 3 use IO::Uncompress::Unzip qw($UnzipError);
roles/dashboard/t/lib/Dashboard/Test.pm
index bcf6ff70..b6ca64d8 100644..100644
@@ -1,5 +1,3 @@
1 Removed: # -*- mode: cperl; -*-
2 Removed:
3 1 package Dashboard::Test;
4 2 use Mojo::Base -strict;
5 3
roles/dashboard/templates/dashboard/correlation-card.html.ep
index 018084f7..3a78f039 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 <div class="card">
4 2 <div class="card-header">
5 3 <h2 class="h5 mb-0">Dissolved Oxygen vs ORP</h2>
roles/dashboard/templates/dashboard/downloads.html.ep
index 8f8e9080..a567027b 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % layout 'default';
4 2 % title 'FAPG DAQ Downloads';
5 3
roles/dashboard/templates/dashboard/graph-control.html.ep
index 482cba62..732ef757 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % my $dt_attr = stash('default_timeframe') ? 'data-default-timeframe="' . stash('default_timeframe') . '"' : '';
4 2 <div class="graph-control-scroll overflow-x-auto" tabindex="0" role="region" aria-label="<%= $aria_label %>" <%== $dt_attr %>> <div class="graph-control d-inline-flex gap-2 flex-nowrap">
5 3 <div class="input-group input-group-sm range-control" aria-label="Adjust range">
roles/dashboard/templates/dashboard/graph.html.ep
index d8abb149..1ffd99e7 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % layout 'default';
4 2 % title "FAPG DAQ $probe->{label}";
5 3 % stash use_charts => 1;
roles/dashboard/templates/dashboard/index.html.ep
index b6e8f922..759e8faf 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % layout 'default';
4 2 % title 'FAPG DAQ Dashboard';
5 3 % stash use_charts => 1;
roles/dashboard/templates/dashboard/insights.html.ep
index 5ec6bdc8..5ffae806 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % layout 'default';
4 2 % title 'FAPG DAQ Insights';
5 3 % stash use_charts => 1;
roles/dashboard/templates/dashboard/probe-card.html.ep
index 12e8b9dc..3669ce79 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 <div class="card">
4 2 <div class="card-header d-flex justify-content-between align-items-start gap-2">
5 3 <div class="probe-card-title min-w-0">
roles/dashboard/templates/dashboard/probes.html.ep
index 059f04c7..da7bd580 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % layout 'default';
4 2 % title 'FAPG DAQ Probes';
5 3 % stash use_charts => 1;
roles/dashboard/templates/dashboard/status.html.ep
index 81a887fe..6c1ca846 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 % layout 'default';
4 2 % title 'FAPG DAQ Status';
5 3
roles/dashboard/templates/dashboard/toolbar.html.ep
index 95274c77..939f97cf 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 <div id="toolbar" class="d-flex flex-column flex-md-row align-items-start align-items-md-center justify-content-between gap-2 mb-3 toolbar">
4 2 % if ($breadcrumbs->@*) {
5 3 <nav aria-label="Breadcrumb">
roles/dashboard/templates/layouts/default.html.ep
index 579a1522..8661eba8 100644..100644
@@ -1,5 +1,3 @@
1 Removed: <!-- -*- mode: web; -*- -->
2 Removed:
3 1 <!doctype html>
4 2 <html lang="en" data-bs-theme="light">
5 3 <head>
t/00-ping-from-dev.t
index 6478e996..37444f33 100755..100755
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: perl-ts; -*-
3 2
4 3 use v5.32.1;
5 4 use strict;
t/01-ssh-from-dev.t
index 5ba0ae63..914e767e 100755..100755
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: perl-ts; -*-
3 2
4 3 use v5.32.1;
5 4 use strict;
t/lib/FAPG/TestSupport.pm
index b88e1261..0da9f72c 100755..100755
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: perl-ts; -*-
3 2
4 3 package FAPG::TestSupport;
5 4
t/lib/FAPG/TestSupport.pm.example
index c2194636..e661f485 100755..100755
@@ -1,5 +1,4 @@
1 1 #!/usr/bin/env perl
2 Removed: # -*- mode: perl-ts; -*-
3 2
4 3 package FAPG::TestSupport;
5 4