r139@llin (orig r138): dpavlin | 2007-10-26 23:41:42 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:54:11 +0000 (22:54 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:54:11 +0000 (22:54 +0000)
 use Hash::Merge to correctly handle update, This might actually move to
 Store, but this way plugins get only new state...

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@154 836a5e1a-633d-0410-964b-294494ad4392

1  2 
Makefile.PL

diff --combined Makefile.PL
@@@ -19,6 -19,8 +19,8 @@@ requires      'DBM::Deep'
  requires      'Getopt::Long';
  requires      'Term::Shelly'  =>      '0.03';
  requires      'Module::Pluggable';
+ requires      'YAML';
+ requires      'Hash::Merge';
  
  build_requires 'Test::More';
  
@@@ -28,3 -30,4 +30,3 @@@ clean_files('dump/* yaml state.db')
  auto_install;
  
  WriteAll;
 -