Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-perl
A curated list of awesome frameworks, libraries, tools, and resources for the Perl programming language.
https://github.com/awesomelistsio/awesome-perl
Last synced: 5 days ago
JSON representation
-
Tools
-
Text Processing
- cperl-mode - An enhanced Perl mode for Emacs, with better syntax highlighting and indentation.
- Perl Critic - A static code analysis tool for Perl, enforcing best practices.
- Devel::NYTProf - A powerful Perl profiler for analyzing code performance.
- ack - A grep-like search tool optimized for searching source code.
- Perl Critic - A static code analysis tool for Perl, enforcing best practices.
- Devel::NYTProf - A powerful Perl profiler for analyzing code performance.
- ack - A grep-like search tool optimized for searching source code.
- cperl-mode - An enhanced Perl mode for Emacs, with better syntax highlighting and indentation.
-
-
Package Managers and Build Tools
-
Text Processing
- CPAN - The Comprehensive Perl Archive Network, a large collection of Perl modules and libraries.
- CPANminus - A script to get, unpack, build, and install modules from CPAN.
- Dist::Zilla - A powerful distribution builder for Perl modules.
- Carton - A dependency manager for Perl projects, similar to Bundler for Ruby.
- CPAN - The Comprehensive Perl Archive Network, a large collection of Perl modules and libraries.
- CPANminus - A script to get, unpack, build, and install modules from CPAN.
- Dist::Zilla - A powerful distribution builder for Perl modules.
- Carton - A dependency manager for Perl projects, similar to Bundler for Ruby.
-
-
Libraries
-
Text Processing
- Lingua::EN::Inflect - A module for English word inflection.
- Text::Markdown - A Perl module for converting Markdown text to HTML.
- Regexp::Common - Provides commonly used regular expressions.
- Template Toolkit - A powerful and flexible template processing system for Perl.
- Lingua::EN::Inflect - A module for English word inflection.
- Text::Markdown - A Perl module for converting Markdown text to HTML.
- Regexp::Common - Provides commonly used regular expressions.
- Template Toolkit - A powerful and flexible template processing system for Perl.
-
Core Libraries
- Moose - A modern object system for Perl, making object-oriented programming easier.
- Try::Tiny - A minimalistic error handling module for Perl.
- DateTime - A comprehensive date and time library for Perl.
- Path::Tiny - A small, fast utility for file path operations.
- Path::Tiny - A small, fast utility for file path operations.
-
Web Frameworks
- Dancer2 - A lightweight web application framework for Perl.
- Mojolicious - A next-generation web framework for Perl, featuring real-time web capabilities.
- Catalyst - A flexible and powerful MVC web framework for Perl.
- Plack - A middleware layer for building web applications and frameworks.
- Dancer2 - A lightweight web application framework for Perl.
- Mojolicious - A next-generation web framework for Perl, featuring real-time web capabilities.
- Plack - A middleware layer for building web applications and frameworks.
-
Data Manipulation
- JSON::XS - A fast and efficient JSON encoder/decoder for Perl.
- JSON::XS - A fast and efficient JSON encoder/decoder for Perl.
- XML::LibXML - An interface to the libxml2 library for parsing XML.
- DBIx::Class - A powerful ORM (Object-Relational Mapper) for Perl.
- Text::CSV - A module for working with CSV files in Perl.
-
Testing
- Test::Simple - A minimal module for writing simple tests.
- Test::Exception - A module for testing exception-based code in Perl.
- Test::MockObject - A module for creating mock objects for testing.
- Test::More - The primary testing module for Perl, providing a range of testing functions.
- Test::Simple - A minimal module for writing simple tests.
- Test::Exception - A module for testing exception-based code in Perl.
- Test::MockObject - A module for creating mock objects for testing.
-
Database
- DBI - The standard database interface for Perl.
- DBD::SQLite - A self-contained, serverless, zero-configuration SQL database engine.
- DBI - The standard database interface for Perl.
- DBD::mysql - MySQL database driver for the Perl DBI module.
- DBD::SQLite - A self-contained, serverless, zero-configuration SQL database engine.
- DBIx::Simple - A simple DBI wrapper that simplifies database interactions.
- DBIx::Simple - A simple DBI wrapper that simplifies database interactions.
-
Programming Languages