[calc]
my $data = q{[version extended=1 modules=1 joiner=""]};
return unless $data =~ /IMPORTANT/;
my @lines = grep /not\s+found/, split '
', $data;
my @important = grep /IMPORTANT/, @lines;
my @minor = grep $_ !~ /IMPORTANT/, @lines;
my $imp = join '
', @important;
my $minor = join '
', @minor;
return <
Admin interface will not work properly.
Please install needed Perl modules:
$imp
$minor
The easiest way to do this is to use the CPAN module and do:
perl -MCPAN -e 'install Bundle::Interchange'
|
EOF
[/calc]
[if-mm advanced order]
|
Orders
|
View and manage incoming orders, archive and access past orders
|
[/if-mm]
[if-mm advanced userdb]
|
Customers
|
View and manage customer information and order history
|
[/if-mm]
[if-mm advanced item]
|
Items
|
Add and edit items displayed for sale on the site
|
[/if-mm]
[if-mm advanced page]
|
Content
|
Create, edit, upload and download pages
|
[/if-mm]
[if-mm advanced sitedesign]
|
Design
|
Organize site navigation, manage site layout
|
[/if-mm]
[if-mm advanced item]
|
Merchandising
|
Set up quantity pricing, up-sell, promotions, and affiliates
|
[/if-mm]
[if-mm advanced stats]
|
Reporting
|
View statsitics on orders and site traffic, create custom reports
|
[/if-mm]
[if-mm advanced techadmin]
|
Administration
|
Administrator and developer-oriented tools
|
[/if-mm]