Info2: <<
Package: mojolicious-pm%type_pkg[perl]
Version: 8.36
Revision: 1
Description: The Mojolicious MVC Perl web framework
Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
License: Artistic
Maintainer: Daniel Macks <dmacks@netspace.org>
Source: mirror:cpan:authors/id/S/SR/SRI/Mojolicious-%v.tar.gz
Source-Checksum: SHA256(850e581d47ee629d2b7d6c5443f63508abdea0805a5ff8a8dfd4b14c38b6f566)
Homepage: http://mojolicio.us/
Depends: <<
	io-socket-ip-pm%type_pkg[perl] (>= 0.37),
	perl%type_pkg[perl]-core,
	scalar-list-utils-pm%type_pkg[perl] (>= 1.41)
<<
UpdatePOD: true
DocFiles: Changes LICENSE README.md
InfoTest: <<
  TestScript: make test || exit 2
<<
InstallScript: <<
#!/bin/sh -ev
	%{default_script}
	mv %i/share/man %i/lib/perl5/%type_raw[perl]
	for prog in hypnotoad mojo morbo; do
		mv %i/bin/$prog %i/bin/$prog-%type_raw[perl]
	done
<<
PostInstScript: <<
  if [ "$1" = "configure" ]; then
    for prog in hypnotoad mojo morbo; do
      update-alternatives --install %p/bin/$prog $prog %p/bin/$prog-%type_raw[perl] %type_pkg[perl]
    done
  fi
<<
PreRmScript: <<
  if [ "$1" = "remove" ]; then
    for prog in hypnotoad mojo morbo; do
      update-alternatives --remove $prog %p/bin/$prog-%type_raw[perl]
    done
  fi
<<
DescDetail: <<
Back in the early days of the web, many people learned Perl because of a
wonderful Perl library called CGI. It was simple enough to get started
without knowing much about the language and powerful enough to keep you
going, learning by doing was much fun. While most of the techniques used
are outdated now, the idea behind it is not. Mojolicious is a new attempt
at implementing this idea using state of the art technology.
<<
DescPackaging: <<
	Former maintainer: Sjors Gielen <fink@sjorsgielen.nl>
<<
<<