Skip to content

Commit

Permalink
add PodWeaver to dist::zilla
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Jul 13, 2010
1 parent e0add82 commit 608fe2c
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 168 deletions.
3 changes: 2 additions & 1 deletion Changes
Expand Up @@ -3,7 +3,8 @@ Revision history for XML::XSS
{{$NEXT}}

0.1_1 2010-07-11 22:12:25 America/Montreal
* Add a Changes file.
* add a Changes file.
* add Pod::Weaver in dist::zilla config.

0.1_0 2010-07-11 America/Montreal
* Original release.
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -6,7 +6,6 @@ META.json
META.yml
SIGNATURE
lib/XML/XSS.pm
lib/XML/XSS.text
lib/XML/XSS/Comment.pm
lib/XML/XSS/Document.pm
lib/XML/XSS/Element.pm
Expand Down
4 changes: 3 additions & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = XML-XSS
version = 0.1_1
version = 0.1_2
author = Yanick Champoux <yanick@cpan.org>
license = Perl_5
copyright_holder = Yanick Champoux
Expand All @@ -15,6 +15,8 @@ remote=github
[MetaYAML]
[MetaJSON]

[PodWeaver]

;[ExecDir]
;dir=scripts

Expand Down
5 changes: 1 addition & 4 deletions lib/XML/XSS.pm
@@ -1,8 +1,5 @@
package XML::XSS;

=head1 NAME
XML::XSS - XML Stylesheet System
# ABSTRACT: XML stylesheet system

=head1 SYNOPSIS
Expand Down
145 changes: 0 additions & 145 deletions lib/XML/XSS.text

This file was deleted.

5 changes: 1 addition & 4 deletions lib/XML/XSS/Comment.pm
@@ -1,8 +1,5 @@
package XML::XSS::Comment;

=head1 NAME
XML::XSS::Comment - XML::XSS comment stylesheet rule
# ABSTRACT: XML::XSS comment stylesheet rule

=head1 SYNOPSIS
Expand Down
5 changes: 1 addition & 4 deletions lib/XML/XSS/Document.pm
@@ -1,8 +1,5 @@
package XML::XSS::Document;

=head1 NAME
XML::XSS::Document - XML::XSS document stylesheet rule
# ABSTRACT: XML::XSS document stylesheet rule

=head1 SYNOPSIS
Expand Down
5 changes: 1 addition & 4 deletions lib/XML/XSS/Element.pm
@@ -1,8 +1,5 @@
package XML::XSS::Element;

=head1 NAME
XML::XSS::Element - XML::XSS element stylesheet rule
# ABSTRACT: XML::XSS element stylesheet rule

=head1 SYNOPSIS
Expand Down
1 change: 1 addition & 0 deletions lib/XML/XSS/ProcessingInstruction.pm
@@ -1,4 +1,5 @@
package XML::XSS::ProcessingInstruction;
# ABSTRACT: XML::XSS processing instruction stylesheet rule

use 5.10.0;

Expand Down
1 change: 1 addition & 0 deletions lib/XML/XSS/Role/Renderer.pm
@@ -1,4 +1,5 @@
package XML::XSS::Role::Renderer;
# ABSTRACT: XML::XSS role for rendering rule

#use MooseX::SemiAffordanceAccessor;
use Moose::Role;
Expand Down
1 change: 1 addition & 0 deletions lib/XML/XSS/Role/StyleAttribute.pm
@@ -1,4 +1,5 @@
package XML::XSS::Role::StyleAttribute;
# ABSTRACT: Trait of style attributes

use Moose::Role;
use XML::XSS::StyleAttribute;
Expand Down
1 change: 1 addition & 0 deletions lib/XML/XSS/StyleAttribute.pm
@@ -1,4 +1,5 @@
package XML::XSS::StyleAttribute;
# ABSTRACT: style attribute for XML::XSS stylesheet rule

use Moose;
use MooseX::SemiAffordanceAccessor;
Expand Down
1 change: 1 addition & 0 deletions lib/XML/XSS/Template.pm
@@ -1,4 +1,5 @@
package XML::XSS::Template;
# ABSTRACT: XML::XSS templates

use 5.10.0;

Expand Down
5 changes: 1 addition & 4 deletions lib/XML/XSS/Text.pm
@@ -1,8 +1,5 @@
package XML::XSS::Text;

=head1 NAME
XML::XSS::Text - XML::XSS text stylesheet rule
# ABSTRACT: XML::XSS text stylesheet rule

=head1 SYNOPSIS
Expand Down

0 comments on commit 608fe2c

Please sign in to comment.