A1z-HTML5-Template

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

dynamic_config: 0
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: A1z-HTML5-Template
requires:
  CGI: 0
  Exporter: 0
  parent: 0
  strict: 0
  vars: 0
  warnings: 0
version: 0.22
x_generated_by_perl: v5.16.3
x_serialization_backend: 'YAML::Tiny version 1.51'

Makefile.PL  view on Meta::CPAN

  "AUTHOR" => "Sudheer Murthy <pause\@a1z.us>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "A1z-HTML5-Template",
  "LICENSE" => "perl",
  "NAME" => "A1z::HTML5::Template",
  "PREREQ_PM" => {
    "CGI" => 0,
    "Exporter" => 0,
    "parent" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "0.22",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CGI" => 0,
  "Exporter" => 0,
  "Test::More" => 0,
  "parent" => 0,
  "strict" => 0,
  "vars" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;

lib/A1z/HTML5/Template.pm  view on Meta::CPAN

use strict;
use warnings;
use vars qw($NAME);

# ABSTRACT: Fast and Easy Web Apps

sub NAME { my $self = shift; $NAME = "Fast and Easy Web Apps"; return $NAME; }

our $VERSION = '0.22';

use parent qw(Exporter); 
require Exporter; 
our @ISA = ("Exporter"); 

our @EXPORT_OK = qw(header start_html head_title head_meta head_js_css end_head begin_body body_js_css body_topnavbar 
body_accordion end_body end_html head body
); 



sub new {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.911 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )