/[irc-logger]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 126 by dpavlin, Fri Mar 14 16:06:57 2008 UTC revision 136 by dpavlin, Thu May 15 21:11:12 2008 UTC
# Line 1  Line 1 
1  use inc::Module::Install;  use inc::Module::Install;
2  name    'irc-logger';  name    'irc-logger';
3  version '0.03';  version '0.04';
4  license 'GPL';  license 'GPL';
5    
6  requires        'POE';  requires        'POE';
# Line 27  requires       'Encode'; Line 27  requires       'Encode';
27  features(  features(
28          'Twitter auto-update from /me' => [          'Twitter auto-update from /me' => [
29                  -default => 0,                  -default => 0,
30                  recommends 'Net::Twitter',                  'Net::Twitter',
31          ],          ],
32  );  );
33    

Legend:
Removed from v.126  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26