Changeset 11078


Ignore:
Timestamp:
03/11/10 14:06:57 (2 years ago)
Author:
szabgab
Message:

add some prereqs, another blog entry

Location:
trunk/Perl-Staff
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Perl-Staff/Makefile.PL

    r10980 r11078  
    88#build_requires 'Test::More'; 
    99 
     10# List the modules that we have shown 
     11requires 'perl'                     => '5.010001'; 
     12requires 'Moose'                    => 0; 
     13requires 'Padre'                    => 0; 
     14requires 'Padre::Plugin::Perl6'     => 0; 
     15requires 'Padre::Plugin::PerlTidy'  => 0; 
     16requires 'Perl::Critic'             => 0; 
     17 
     18# and some other things that are not on CPAN 
     19# requires 'OTRS'                 => 0; 
     20# requires 'Foswiki'              => 0; 
     21 
    1022auto_install; 
    1123 
  • trunk/Perl-Staff/lib/Perl/Staff.pm

    r11024 r11078  
    110110L<http://szabgab.com/blog/2010/03/1267974609.html> 
    111111 
     112=item * Another report about CeBIT, Perl and the community 
     113 
     114L<http://szabgab.com/blog/2010/03/1268387636.html> 
     115 
    112116=back 
    113117 
Note: See TracChangeset for help on using the changeset viewer.