The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.01 - February 2012
  - First release

0.02 - February 2012
  - Fixed documentation mistakes

0.03 - 12 February, 2012
  - Fixed Makefile.PL error
  
0.04 - 25 February, 2012
  - Fixed bug in Farly::IPv4::Object::gt() and Farly::Transport::Object::gt()
  - Fixed bug in Farly::Transport::Protocol::intersects()
  - Fixed bug in ::ASA::Parser names rule
  - Added Line number printing in ASA.tt
  - "DIGIT" and "ICMP_TYPE" Token to Object::KVC::Integer
  
0.05 - 25 February, 2012
  - Fixed asa_Parser.t names test
  
0.06 - June, 2012
  - documentation tweaks
  - 'intersects' method bug fix in ::IPv4::Object, ::Transport::Object, ::Transport::Protocol
  - ::IPv4 constructor refactoring, error checking and error testing 
  - ::Protocol and ::Port error checking
  - made ::IPv4::Address, ::Transport::Port, ::Transport::Protocol blessed 'SCALAR'ref
  - added rules.t
  - added Optimizer.pm and optimizer.t
  - rewrite asa_Annotator.t and asa_TokenPicker.t
  - replaced "Farly::ASA::Template" with "Farly::Template::Cisco"
  - removed ASA specific formatters from "Farly::Template::Cisco"
  - moved ASA/ASA.tt to 'Farly/Template/Files/ASA'
  - added "REMOVE" property and corresponding ASA template updates

0.07 - June, 2012
  - Fixed documentation mistakes