Skip to content

Perl (with Moose) implementations of the Gang of Four Design Patterns

License

Notifications You must be signed in to change notification settings

jeffa/DesignPatterns-Perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl Design Patterns

This is my personal study of the Object Oriented patterns described in "Design Patterns," by Gamma, Helm, Johnson and Vlissides.

These are not (necessarily) ready for public consumption. A handful of these classes are merely package placeholders.

Documentation

See docs/readme.md

Installation

Installation is not recommended, but the classic CPAN process works:

  • perl Makefile.PL
  • make
  • make test
  • make install 💀

Instead of installing this package, downloading or cloning the repository is recommended and then alert perl to the location of the modules:

use lib '/PATH/TO/DesignPatterns-Perl/lib';
use OODP::Composite;
# etc.

⚠️ Just in case we did not mention this, do not install this package. ⚠️

License and Copyright

See License.md

About

Perl (with Moose) implementations of the Gang of Four Design Patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages