Skip to content

Commit

Permalink
App::notes -> App::Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
throughnothing committed Apr 24, 2012
1 parent 441de9b commit 81a91f6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ Changes from 2011-04-25 00:00:00 +0000 to present.
==================================================

------------------------------------------
version 0.001 at 2012-04-24 03:42:33 +0000
version 0.001 at 2012-04-24 06:19:44 +0000
------------------------------------------

Change: 1a7cdf9ee519e9742526efb25f24369aaf78ed88
Change: a75a4f9593c1f238cf3bf01487a0500b06548c51
Author: William Wolf <throughnothing@gmail.com>
Date : 2012-04-23 23:42:25 +0000
Date : 2012-04-24 02:18:43 +0000

App::notes -> App::Notes

Change: 441de9b6cef055d856caf0175b673ec42caab209
Author: William Wolf <throughnothing@gmail.com>
Date : 2012-04-23 23:57:23 +0000

initial commit

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ my %WriteMakefileArgs = (
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "App-notes",
"DISTNAME" => "App-Notes",
"EXE_FILES" => [
"bin/notes"
],
"LICENSE" => "unrestricted",
"NAME" => "App::notes",
"NAME" => "App::Notes",
"PREREQ_PM" => {
"App::Rad" => 0,
"Capture::Tiny" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This is very useful for keeping notes in a repository
(especially a `gist` on [GitHub](http://github.com)) that can be sync'ed
across machines, and also for keeping a history of all your notes.

Every time a note is created, modified or removed, [App::notes](http://search.cpan.org/perldoc?App::notes) will commit
Every time a note is created, modified or removed, [App::Notes](http://search.cpan.org/perldoc?App::Notes) will commit
the change to the git repo. It will not `pull` or `push` unless you
issue the `sync` command.

Expand Down
2 changes: 1 addition & 1 deletion bin/notes
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ This is very useful for keeping notes in a repository
(especially a C<gist> on L<GitHub|http://github.com>) that can be sync'ed
across machines, and also for keeping a history of all your notes.
Every time a note is created, modified or removed, L<App::notes> will commit
Every time a note is created, modified or removed, L<App::Notes> will commit
the change to the git repo. It will not C<pull> or C<push> unless you
issue the C<sync> command.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = App-notes
name = App-Notes
author = William Wolf <throughnothing@gmail.com>
license = CC0_1_0
copyright_holder = William Wolf
Expand Down

0 comments on commit 81a91f6

Please sign in to comment.