diff options
author | Patrick Spek <p.spek@tyil.nl> | 2018-06-29 08:18:40 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2018-06-29 08:18:40 +0200 |
commit | b2d70d0b061ccce6cd01a9f85711bb43ef1c2925 (patch) | |
tree | 1020268c1ad2e4b207239d15f167aaeecf0f7c26 | |
parent | 0e50562ae9f98be0fdf2c00f171a9d0dcd87e361 (diff) | |
download | Text::BorderedBlock-master.tar.gz Text::BorderedBlock-master.tar.bz2 |
-rw-r--r-- | META6.json | 2 | ||||
-rw-r--r-- | lib/Text/BorderedBlock.pm6 | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -19,5 +19,5 @@ "tags": [ ], - "version": "0.0.0" + "version": "0.1.0" }
\ No newline at end of file diff --git a/lib/Text/BorderedBlock.pm6 b/lib/Text/BorderedBlock.pm6 index acf6c37..be593fd 100644 --- a/lib/Text/BorderedBlock.pm6 +++ b/lib/Text/BorderedBlock.pm6 @@ -129,10 +129,10 @@ class Text::BorderedBlock =begin pod -=NAME Text::BorderedBlock -=AUTHOR Patrick Spek -=VERSION 0.2.0 -=LICENSE GNU Aferro General Public License, version 3 +=NAME Text::BorderedBlock +=AUTHOR Patrick Spek +=VERSION 0.1.0 +=LICENSE AGPL-3.0 =head1 Description |