The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "App::Padre"

Padre::Wx::App - Padre main Wx application abstraction River stage two • 56 direct dependents • 56 total dependents

For architectural clarity, Padre maintains two separate collections of resources, a Wx object tree representing the literal GUI elements, and a second tree of objects representing the abstract concepts, such as configuration, projects, and so on. The...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution
  • Padre - Perl Application Development and Refactoring Environment

Padre::Plugin::Catalyst::NewApp - A Catalyst New Application River stage zero No dependents

AZAWAWI/Padre-Plugin-Catalyst-0.13 - 08 Dec 2010 18:46:39 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

perl5220delta - what is new for perl v5.22.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.20.0 release and the 5.22.0 release. If you are upgrading from an earlier release such as 5.18.0, first read perl5200delta, which describes differences between 5.18.0 and 5.20.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

MCE::Core - Documentation describing the core MCE API River stage three • 21 direct dependents • 313 total dependents

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC - Search in distribution

Wx::Scintilla - Scintilla source code editing component for wxWidgets River stage one • 1 direct dependent • 1 total dependent

While we already have a good scintilla editor component support via Wx::StyledTextCtrl in Perl, we already suffer from an older scintilla package and thus lagging Perl support in the popular Wx Scintilla component. wxWidgets <http://wxwidgets.org> ha...

AZAWAWI/Wx-Scintilla-0.39 - 04 Sep 2012 10:25:30 UTC - Search in distribution

editortools - Command line tool for Perl code refactoring River stage zero No dependents

"editortools" is provided by "App::EditorTools" and enables programming editors (Vim, Emacs, etc.) to take advantage of some sophisticated Perl refactoring tools. The tools utilize PPI to analyze Perl code and make intelligent changes. As of this rel...

MGRIMES/App-EditorTools-1.00 - 16 Aug 2014 13:54:55 UTC - Search in distribution

Book::Chinese::MasterPerlToday::BeACPANAuthor - Be a CPAN Author River stage zero No dependents

本章主要描述如何成为一个 CPAN 贡献者 您有一个非常好的模块,您想与整个 Perl 社区分享。最好的方式是将您的模块上传到 CPAN,本章将描述如何打包,上传您的模块和一些 CPAN 社区约定俗成的惯例。 PAUSE 上传模块到 CPAN 之前,您首先需要到 PAUSE <http://pause.perl.org/> 申请一个帐号。通常帐号会在一周之内被批准(因为是志愿者自愿维护和批准整个 PAUSE 网站,所以有点慢)。 上传模块将在您通过帐号批准之后,登录 PAUSE 网站,然后点击左...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

Acme::Mom::Yours - Your mom is so fat she takes 2 months to compile River stage zero No dependents

This module is intended to demonstrate a CPAN distribution with a dependency chain significantly larger than even the largest legitimate application, but not SO large that it would be impossible to install. This module was created with a dependency o...

ADAMK/Acme-Mom-Yours-0.02 - 19 Apr 2009 13:23:38 UTC - Search in distribution

Acme::CPANModules::Dead - List of dead (no-longer-updated, no-longer-buildable, no-longer-working) modules River stage one • 1 direct dependent • 1 total dependent

This list helps mark modules that are "dead" and should not be used....

PERLANCAR/Acme-CPANModules-Dead-0.001 - 25 Sep 2022 00:06:21 UTC - Search in distribution

Acme::CPANModules::HaveWebsite - List of modules that have their own website River stage one • 1 direct dependent • 1 total dependent

This list was first constructed based on Gabor Szabo's post: <https://dev.to/szabgab/perl-modules-with-their-own-web-site-2gmo> on 2021-02-16. It has then been updated with more entries....

PERLANCAR/Acme-CPANModules-HaveWebsite-0.005 - 23 Feb 2024 01:40:31 UTC - Search in distribution

Wx::Perl::DataWalker - Perl extension for blah blah blah River stage one • 2 direct dependents • 3 total dependents

"Wx::Perl::DataWalker" implements a "Wx::Frame" subclass that shows a relatively simple Perl data structure browser. After opening such a frame and supplying it with a reference to an essentially arbitrary data structure, you can visually browse it b...

SMUELLER/Wx-Perl-DataWalker-0.02 - 29 Mar 2009 10:07:05 UTC - Search in distribution

PPIx::EditorTools - Utility methods and base class for manipulating Perl via PPI River stage one • 1 direct dependent • 1 total dependent

Base class and utility methods for manipulating Perl via PPI. Pulled out from the "Padre::Task::PPI" code....

YANICK/PPIx-EditorTools-0.21 - 24 Dec 2017 21:36:11 UTC - Search in distribution

Wrangler::Wx::App - Wrangler's base Wx::App River stage zero No dependents

Wrangler's architecture tries to separate the base application contained in Wrangler and the GUI elements implemented via Wx. Wx is only the presentation layer, that's why many Wx helpers are not (fully) used. For example, sorting is done in Wrangler...

CLIPLAND/Wrangler-2.15 - 16 Feb 2015 19:07:41 UTC - Search in distribution

Padre::Plugin::Plack - PSGI/Plack plugin for Padre River stage zero No dependents

As the name suggests, Padre::Plugin::Plack adds Plack awareness to Padre. With the plugin installed, opening *.psgi files causes some special things to happen. PSGI files are really just ordinary Perl files, so Padre does its normal Perl lexing/synta...

PDONELAN/Padre-Plugin-Plack-1.200 - 06 Nov 2010 05:32:28 UTC - Search in distribution

Padre::Plugin::Nopaste - NoPaste plugin for Padre, The Perl IDE. River stage one • 1 direct dependent • 1 total dependent

This plugin allows one to send stuff from Padre to a nopaste website with Ctrl+Shift+V, allowing for easy code / whatever sharing without having to open a browser. It is using "App::Nopaste" underneath, so check this module's pod for more information...

BOWTIE/Padre-Plugin-Nopaste-0.08 - 25 Sep 2013 18:35:37 UTC - Search in distribution
17 results (0.062 seconds)