This is an automated email from the ASF dual-hosted git repository.

rshah pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 58641515c79c906a1519f3835a6e36ba5d76b380
Author: Joe Pappano <[email protected]>
AuthorDate: Fri Oct 6 17:18:44 2023 -0400

    t3c removed perl dependency (#7832)
    
    * removed perl dependency
    
    * added changelog entry
    
    * updated changelog entry
    
    (cherry picked from commit ed9795f0c12963c2fe2a3b8663bebeaab40db8cf)
---
 CHANGELOG.md                                        | 1 +
 cache-config/build/trafficcontrol-cache-config.spec | 2 +-
 cache-config/t3c-apply/README.md                    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1b1840319..6aa9cb0790 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/).
 
 ### Changed
 - [#7614](https://github.com/apache/trafficcontrol/pull/7614) *Traffic Ops* 
The database upgrade process no longer overwrites changes users may have made 
to the initially seeded data.
+- [#7832](https://github.com/apache/trafficcontrol/pull/7832) *t3c* Removed 
perl dependency
 
 ## [8.0.0] - 2023-09-20
 ### Added
diff --git a/cache-config/build/trafficcontrol-cache-config.spec 
b/cache-config/build/trafficcontrol-cache-config.spec
index 607758743b..456b3af9dd 100644
--- a/cache-config/build/trafficcontrol-cache-config.spec
+++ b/cache-config/build/trafficcontrol-cache-config.spec
@@ -26,7 +26,7 @@ Source0:  trafficcontrol-cache-config-%{version}.tgz
 URL:      https://github.com/apache/trafficcontrol/
 Vendor:   Apache Software Foundation
 Packager: dev at trafficcontrol dot Apache dot org
-Requires: git, perl
+Requires: git
 
 %description
 Installs Traffic Control Cache Configuration utilities. See the `t3c` 
application.
diff --git a/cache-config/t3c-apply/README.md b/cache-config/t3c-apply/README.md
index 65ec94fc3d..808f114ca1 100644
--- a/cache-config/t3c-apply/README.md
+++ b/cache-config/t3c-apply/README.md
@@ -46,7 +46,7 @@ t3c-apply [-2AbceFhIknopsSvW] [-a service-action] [-f 
\<all|reval|none\>] [-g \<
 
 # DESCRIPTION
 
-The t3c-apply command is a transliteration of traffic_ops_ort.pl script to the 
go language. It is designed to replace the traffic_ops_ort.pl perl script and 
it is used to apply configuration from Traffic Control, stored in Traffic Ops, 
to the cache.
+The t3c-apply command is used to apply configuration from Traffic Control, 
stored in Traffic Ops, to the cache.
 
 Typical usage is to install t3c on the cache machine, and then run it 
periodically via a CRON job.
 

Reply via email to