From 1e107c518e1df9ca225343a3f952fe0eb4820852 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Wed, 27 Jun 2018 11:39:51 -0400 Subject: [PATCH] add electron as still-active alternative Add a mention that Thrust is no longer actively developed, and point to Alien::Electron as a still-alive alternative. Relates to #3. --- lib/Alien/Thrust.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/Alien/Thrust.pm b/lib/Alien/Thrust.pm index 3ec39f3..f8bb9fb 100644 --- a/lib/Alien/Thrust.pm +++ b/lib/Alien/Thrust.pm @@ -33,6 +33,10 @@ The location of the binary is stored in the C<$Alien::Thrust::thrust_shell_binar Note however that you probably want to use the L module instead of accessing the binary directly. +Also, Thrust itself is not being further developed by its authors. You +might want to look at L and L +for a still-active alternative. + =head1 SEE ALSO L @@ -41,7 +45,7 @@ L perl interface L -L and L provide a similar solution using github's electron tool-kit. +L and L provide a similar solution using github's L tool-kit. =head1 AUTHOR