~ubuntu-branches/ubuntu/karmic/libjifty-plugin-chart-perl/karmic

« back to all changes in this revision

Viewing changes to t/TestApp-Plugin-Chart/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): AGOSTINI Yves
  • Date: 2009-06-11 12:23:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090611122349-s1ss1jf2bw9mtvjn
Tags: upstream-0.90000
ImportĀ upstreamĀ versionĀ 0.90000

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use inc::Module::Install;
 
2
 
 
3
name        'TestApp-Plugin-Chart';
 
4
version     '0.01';
 
5
requires    'Jifty' => '0.70129';
 
6
 
 
7
WriteAll;